Skip to content

Commit

Permalink
- Remove test auto load.
Browse files Browse the repository at this point in the history
- Update composer.json test script.
  • Loading branch information
s-patompong committed Feb 22, 2019
1 parent 7990f7f commit a1c236b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"scripts": {
"test": "phpunit --bootstrap vendor/autoload.php tests"
"test": "vendor/bin/phpunit"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="tests/bootstrap.php"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down
3 changes: 0 additions & 3 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit a1c236b

Please sign in to comment.