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
149
149
150
150
Setup the test suite using Composer:
151
151
152
- $ composer install --dev
152
+ $ composer install
153
153
154
154
Run it using PHPUnit:
155
155
Original file line number Diff line number Diff line change 14
14
"php" : " >=5.3.0"
15
15
},
16
16
"autoload" : {
17
- "psr-0" : { "EmailReplyParser" : " src/" }
17
+ "psr-4" : { "EmailReplyParser\\ " : " src/EmailReplyParser" }
18
+ },
19
+ "autoload-dev" : {
20
+ "psr-4" : { "EmailReplyParser\\ Tests\\ " : " tests/EmailReplyParser/Tests" }
18
21
},
19
22
"extra" : {
20
23
"branch-alias" : {
Original file line number Diff line number Diff line change 8
8
processIsolation =" false"
9
9
stopOnFailure =" false"
10
10
syntaxCheck =" false"
11
- bootstrap =" tests/bootstrap .php"
11
+ bootstrap =" vendor/autoload .php"
12
12
>
13
13
<testsuites >
14
14
<testsuite name =" EmailReplyParser Test Suite" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments