Skip to content

Commit

Permalink
Merge pull request #57 from MarvinKlemp/fix_testdir
Browse files Browse the repository at this point in the history
Moved test dir
  • Loading branch information
MarvinKlemp committed Oct 21, 2015
2 parents 5eac6b9 + 65d8b69 commit 92b2a26
Show file tree
Hide file tree
Showing 60 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
"psr-4": {
"SensioLabs\\DeprecationDetector\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SensioLabs\\DeprecationDetector\\Tests\\": "tests/"
}
}
}
5 changes: 1 addition & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="DeprecationDetector-Suite">
<directory suffix="Test.php">./src/Tests/</directory>
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>

<!-- Whitelist for code coverage -->
<filter>
<whitelist>
<directory suffix=".php">./src</directory>
<exclude>
<directory>./src/Tests</directory>
</exclude>
</whitelist>
</filter>
</phpunit>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 92b2a26

Please sign in to comment.