remove deprecation warning from phpunit

This commit is contained in:
Julien Fastré 2015-06-05 12:58:20 +02:00
parent 39197d2ae6
commit 3d7069011d

View File

@ -1,4 +1,9 @@
<phpunit bootstrap="./Tests/bootstrap.php" colors="true">
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./Tests/bootstrap.php" colors="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false">
<testsuites>
<testsuite name="ChillMain test suite">
<directory suffix="Test.php">./Tests</directory>
@ -16,5 +21,6 @@
</filter>
<php>
<server name="KERNEL_DIR" value="./Tests/Fixtures/App/app/" />
<ini name="error_reporting" value="-16385"/>
</php>
</phpunit>