aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/CommentStore/CommentStoreCommentTest.php
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use MediaWikiCoversValidator when extends PHPUnit's TestCaseUmherirrender2024-11-191-0/+1
| | | | | | | | | | | Validate the @covers annotation to be valid on CI runs. This is done for mosts tests via MediaWikiCoversValidator in base class MediaWikiIntegrationTestCase or MediaWikiUnitTestCase Only omitted when @coversNothing is used. This is already used in other library-related test cases. Change-Id: Ib31db02b4c623e80049a5f4645c77824244b6d6d
* tests: Use namespaced classes (1)Umherirrender2024-06-141-0/+1
| | | | | | | Changes to the use statements done automatically via script Addition of missing use statement done manually Change-Id: Iae45fa269363be8ee05c598ea6926514ce817762
* Use namespaced CommentStore and CommentStoreComment in testsFomafix2023-12-041-1/+2
| | | | Change-Id: Ied41909c2a08f5ae98ea9a27d6d9fed80e1a0292
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-0/+26
Follow move of the tested class Most moves are part of T321882 Change-Id: I74ab45d6a5331dcb2ff0b65dc2cc7c6315146646