JezK
Edit File: phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit colours = "true" convertErrorsToExceptions = "true" convertNoticesToExceptions = "true" convertWarningsToExceptions = "true" strict = "true" > <testsuites> <testsuite name="All Tests"> <file>symfony/test/PluginAllTests.php</file> </testsuite> </testsuites> </phpunit>