Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
doishub committed May 12, 2020
1 parent 4aeb7d8 commit 5765eeb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.0/phpunit.xsd"
backupGlobals="false"
colors="true"
>
colors="true">
<php>
<ini name="error_reporting" value="-1" />
</php>

<testsuites>
<testsuite name="Contao EstateManager">
<directory>./tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./src</directory>
Expand Down

0 comments on commit 5765eeb

Please sign in to comment.