Skip to content

Commit

Permalink
Merge pull request #4 from wedy/phpunit-case-sensitive
Browse files Browse the repository at this point in the history
Phpunit case sensitive
  • Loading branch information
wedy committed Sep 22, 2014
2 parents ad7e665 + 0353b8d commit 09738e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor
/composer.lock
*.swp
.DS_Store
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
>
<testsuites>
<testsuite name="Resque Test Suite">
<directory>test/ResquePause/</directory>
<directory>./test/ResquePause/</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">lib/ResquePause/</directory>
<directory suffix=".php">./lib/ResquePause/</directory>
<directory suffix=".php">./lib/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 09738e0

Please sign in to comment.