Skip to content

Commit

Permalink
project clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jun 2, 2017
1 parent f0c72c1 commit 32b01bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 149 deletions.
11 changes: 0 additions & 11 deletions package.ini

This file was deleted.

113 changes: 0 additions & 113 deletions package.xml

This file was deleted.

19 changes: 0 additions & 19 deletions phpunit-ci.xml

This file was deleted.

16 changes: 10 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,22 @@
stopOnFailure="false"
verbose="true">

<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>

<testsuites>
<testsuite name="Universal">
<directory suffix="Test.php">tests</directory>
<directory suffix="Test.php">src</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<directory suffix="Test.php">src</directory>
</exclude>
</whitelist>
</filter>

<logging>

<log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/>
Expand Down

0 comments on commit 32b01bb

Please sign in to comment.