Skip to content

Commit

Permalink
Test enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Oct 21, 2018
1 parent 3460c76 commit 18b864b
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 231 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -12,10 +12,6 @@ after_script:
- php php-semver-checker-git.phar suggest -vvv
after_success:
- bash <(curl -s https://codecov.io/bash)
branches:
only:
- master
- dev
cache:
directories:
- $HOME/.composer/cache
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -31,13 +31,13 @@
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-0": {
"SoftCreatR\\MimeDetector\\": "src"
"psr-4": {
"SoftCreatR\\MimeDetector\\": "src/SoftCreatR/MimeDetector"
}
},
"autoload-dev": {
"psr-0": {
"SoftCreatR\\Tests\\MimeDetector\\": "tests"
"psr-4": {
"SoftCreatR\\Tests\\MimeDetector\\": "tests/SoftCreatR/MimeDetector"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -12,7 +12,7 @@
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
Expand Down

0 comments on commit 18b864b

Please sign in to comment.