|
@@ -1,11 +1,15 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:noNamespaceSchemaLocation="phpunit.xsd"
|
|
|
+ convertErrorsToExceptions="true"
|
|
|
+ convertNoticesToExceptions="true"
|
|
|
+ convertWarningsToExceptions="true"
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
verbose="true"
|
|
|
colors="true">
|
|
|
<testsuites>
|
|
|
<testsuite name="default">
|
|
|
- <directory suffix=".test">./tests/</directory>
|
|
|
+ <directory suffix="Test.php">tests</directory>
|
|
|
</testsuite>
|
|
|
</testsuites>
|
|
|
</phpunit>
|