Removed bootstrap from phpunit.xml

It was not a bootstrap file
This commit is contained in:
Walter Dal Mut
2015-06-10 15:54:07 +02:00
parent 9db35097e2
commit f95e32e150
-1
View File
@@ -1,7 +1,6 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"