Skip to content

Commit

Permalink
phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmeike committed Jul 25, 2016
1 parent 07c3517 commit b8e9649
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./tests/bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<formatter usefile="false" type="plain"/>
<phpunit colors="true" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="SaferpayJsonApi">
<directory>./tests</directory>
Expand Down

0 comments on commit b8e9649

Please sign in to comment.