Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
integration/config | master | +6 -0 | Add Job to run ResourcesTest for WikibaseRepo |
Details
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Invalid | None | T108946 [Epic] Improve the development infrastructure | |||
Resolved | Krinkle | T93404 [Task] run phpunit ResourcesTest from core for wikibase |
Event Timeline
Comment Actions
Change 166024 had a related patch set uploaded (by JanZerebecki):
Add Job to run ResourcesTest for WikibaseRepo
Comment Actions
As this https://gerrit.wikimedia.org/r/#/c/180496/ does not work for wikibase as it uses multiple runs with filters.
Comment Actions
Change 166024 abandoned by Hashar:
Add Job to run ResourcesTest for WikibaseRepo
Reason:
Needs to be revisited
Comment Actions
Check if we can use php phpunit.php --testsuite structure , and/or the extensions testsuite.
Comment Actions
You will probably want another job that ends up running:
php phpunit.php --testsuite structure
That runs tests from tests/phpunit/structure
Note there is also suites/LessTestSuite.php but is only run with php phpunit.php --testsuite extensions.