Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
phpunit cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Jun 3, 2015
1 parent 2d653b9 commit 7e39b5e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
"ext-iconv": "*"
},
"require-dev": {
"phpunit/phpunit": "~3.0"
"phpunit/phpunit": ">=3.0,<5"
},
"autoload": {
"psr-4": {
Expand Down
11 changes: 11 additions & 0 deletions phpunit.xml
@@ -0,0 +1,11 @@
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuite name="EntityCoder Test Suite">
<directory>.</directory>
</testsuite>

<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</phpunit>
File renamed without changes.
19 changes: 0 additions & 19 deletions tests/phpunit.xml

This file was deleted.

0 comments on commit 7e39b5e

Please sign in to comment.