aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/structure/ScopeStructureTest.php
Commit message (Collapse)AuthorAgeFilesLines
* composer.json: Updated nikic/php-parser from ^4.10.2 to ^5.3.1Reedy2024-11-111-1/+3
| | | | | | Bug: T379508 Change-Id: Ia693d5e3424d925172cd2e4b7cb501a031822f3b Depends-On: Iec814da22ff34810077876d3ee0ad0264cfc54a9
* Add @coversNothing to all structure testsDaimona Eaytoy2022-10-071-0/+3
| | | | | | | | | | | | With PHPUnit 9, tests without @covers tags are considered risky and emit warnings. Not having @covers is bad practice anyway, so use @coversNothing instead to make the intention clear, and re-enable the phpcs rule. Also rewrite an assertion in ResourcesTest that was bothering me. Bug: T243600 Change-Id: I6dd683f93b6b2faed5f107be2ca7860602277fbc
* Split out slow ScopeStructureTest for easier paratest parallelizationAaron Schulz2022-05-101-0/+67
Change-Id: I677f27847e635003c932102b3876fcf81d270c88