Skip to content

Commit

Permalink
change phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHuang committed Jan 23, 2018
1 parent 9d0ca93 commit 6cc0d73
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="./vendor/autoload.php"
>
<php>
<!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
<ini name="error_reporting" value="-16385"/>
</php>
<phpunit colors="true" bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="Middleware Testing">
<directory>tests</directory>
Expand Down

0 comments on commit 6cc0d73

Please sign in to comment.