Explorar o código

newer phpunit.xml

Bradford Condon %!s(int64=6) %!d(string=hai) anos
pai
achega
0b04abafe6
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      phpunit.xml

+ 5 - 1
phpunit.xml

@@ -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>