Skip to content

Commit 558a40b

Browse files
committed
Add fixture PSR-4 setting for Travis
1 parent 360da84 commit 558a40b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
},
2525
"autoload-dev": {
2626
"psr-4": {
27-
"Illuminated\\TestingTools\\Tests\\": "tests/"
27+
"Illuminated\\TestingTools\\Tests\\": "tests/",
28+
"Illuminated\\TestingTools\\Tests\\Fixture\\App\\": "tests/fixture/app/"
2829
}
2930
}
3031
}

0 commit comments

Comments
 (0)