Skip to content

Commit

Permalink
Change 'tests' to 'test'.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed May 25, 2017
1 parent a40f031 commit 45a6b4d
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<phpunit bootstrap="./vendor/autoload.php" colors="true">

<testsuites>
<testsuite name="Package Test Suite">
<directory suffix=".php">./tests/</directory>
<testsuite name="all">
<directory suffix=".php">./test</directory>
</testsuite>
</testsuites>

Expand All @@ -24,6 +15,7 @@
</filter>

<logging>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-text" target="php://stdout"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
Expand Down

0 comments on commit 45a6b4d

Please sign in to comment.