stable
Clone or download
Read-only
request #11162: Reject PHPUnit unit tests not cleaning the global state after themselves
Tests should not clean up after themselves to avoid weird interactions between each others. Change-Id: I6baeab5740965675da290c296709fc00c0c45d75
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATETest.php | +4 | −2 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php | +17 | −2 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −1 | Go to diff View file |