File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Unit Tests
149149
150150Setup the test suite using Composer:
151151
152- $ composer install --dev
152+ $ composer install
153153
154154Run it using PHPUnit:
155155
Original file line number Diff line number Diff line change 1414 "php" : " >=5.3.0"
1515 },
1616 "autoload" : {
17- "psr-0" : { "EmailReplyParser" : " src/" }
17+ "psr-4" : { "EmailReplyParser\\ " : " src/EmailReplyParser" }
18+ },
19+ "autoload-dev" : {
20+ "psr-4" : { "EmailReplyParser\\ Tests\\ " : " tests/EmailReplyParser/Tests" }
1821 },
1922 "extra" : {
2023 "branch-alias" : {
Original file line number Diff line number Diff line change 88 processIsolation =" false"
99 stopOnFailure =" false"
1010 syntaxCheck =" false"
11- bootstrap =" tests/bootstrap .php"
11+ bootstrap =" vendor/autoload .php"
1212 >
1313 <testsuites >
1414 <testsuite name =" EmailReplyParser Test Suite" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments