stable
Clone or download
Read-only
request #11159 Introduce phpunit to run tests
Take the opportunity to add tests on Dashboards (will be usefull for xml import) To run tests locally (in your tuleap instance): make phpunit To run tests "like CI" (php 5.6): make phpunit-ci Change-Id: Ib2f629399f2dd5da4d76898ef884f7576d60dda9
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +1 | −0 | Go to diff View file |
M | Makefile | +16 | −6 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporterTest.php | +2 | −2 | Go to diff View file |
M | src/common/Dashboard/Dashboard.php | +25 | −0 | Go to diff View file |
M | src/composer.json | +3 | −0 | Go to diff View file |
M | src/composer.lock | +1333 | −12 | Go to diff View file |
M | tests/Jenkinsfile | +3 | −9 | Go to diff View file |
R | tests/phpunit_boostrap.php | Go to diff View file | ||
A | tests/phpunit/common/Dashboard/DashboardTest.php | +65 | −0 | Go to diff View file |
A | tests/phpunit/phpunit.xml | +20 | −0 | Go to diff View file |