diff --git a/tests/end-to-end/abstract-test-class.phpt b/tests/end-to-end/abstract-test-class.phpt index e751f3f381a..4d65da591f3 100644 --- a/tests/end-to-end/abstract-test-class.phpt +++ b/tests/end-to-end/abstract-test-class.phpt @@ -1,10 +1,9 @@ --TEST-- -phpunit AbstractTest ../../_files/AbstractTest.php +phpunit ../../_files/AbstractTest.php --FILE-- - \ No newline at end of file + diff --git a/tests/end-to-end/loggers/custom-printer-debug.phpt b/tests/end-to-end/loggers/custom-printer-debug.phpt index 727ff7d65ee..5b4ec4dd844 100644 --- a/tests/end-to-end/loggers/custom-printer-debug.phpt +++ b/tests/end-to-end/loggers/custom-printer-debug.phpt @@ -1,12 +1,11 @@ --TEST-- -phpunit -c ../../_files/configuration.custom-printer.xml --debug BankAccountTest ../../_files/BankAccountTest.php +phpunit -c ../../_files/configuration.custom-printer.xml --debug ../../_files/BankAccountTest.php --FILE--