Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | composer.json: Updated nikic/php-parser from ^4.10.2 to ^5.3.1 | Reedy | 2024-11-11 | 1 | -1/+3 |
| | | | | | | Bug: T379508 Change-Id: Ia693d5e3424d925172cd2e4b7cb501a031822f3b Depends-On: Iec814da22ff34810077876d3ee0ad0264cfc54a9 | ||||
* | Add @coversNothing to all structure tests | Daimona Eaytoy | 2022-10-07 | 1 | -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 parallelization | Aaron Schulz | 2022-05-10 | 1 | -0/+67 |
Change-Id: I677f27847e635003c932102b3876fcf81d270c88 |