Skip to content

Commit

Permalink
Moves tests to tests/src, updates phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykendall committed Aug 17, 2014
1 parent 4570736 commit dd45704
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions phpunit.xml.dist
Expand Up @@ -6,15 +6,12 @@
colors="true">

<testsuite name="php-domain-parser">
<directory>tests/library</directory>
<directory>tests/src</directory>
</testsuite>

<filter>
<whitelist>
<directory suffix=".php">./library</directory>
<exclude>
<file>./library/Pdp/Domain.php</file>
</exclude>
<directory suffix=".php">./src</directory>
</whitelist>
</filter>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dd45704

Please sign in to comment.