Navigation Menu

Skip to content

Commit

Permalink
Clean up test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Jul 17, 2020
1 parent ab4d411 commit f741aa3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions phpunit.xml.dist
@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="vendor/autoload.php"
>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="Promise Test Suite">
<directory>./tests/</directory>
Expand Down

0 comments on commit f741aa3

Please sign in to comment.