Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Use autoload-dev instead of a bootstrap file for phpunit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzx committed Sep 12, 2016
1 parent 922200e commit 86cba92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
"psr-4": {
"PHPSA\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\PHPSA\\": "tests/PHPSA"
}
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
processIsolation="false"
stopOnFailure="true"
syntaxCheck="true"
bootstrap="./tests/PHPSA/Bootstrap.php"
bootstrap="./vendor/autoload.php"
>

<testsuites>
Expand Down
6 changes: 0 additions & 6 deletions tests/PHPSA/Bootstrap.php

This file was deleted.

0 comments on commit 86cba92

Please sign in to comment.