stable
Clone or download
Read-only
Merge 'gerrit #10591' into stable/master
* commit '94103dbcb0': request #11159 Introduce phpunit to run tests Change-Id: If198b2c66895e8a679322030e17ea634f8c5d09a
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 |