Skip to content

Commit 25f3e99

Browse files
authored
Merge pull request #2 from integer-net/tests
Add tests autoload path to composer
2 parents 678e39b + 2fdeb80 commit 25f3e99

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
@@ -23,7 +23,8 @@
2323
"src/registration.php"
2424
],
2525
"psr-4": {
26-
"IntegerNet\\GlobalCustomLayout\\": "src/"
26+
"IntegerNet\\GlobalCustomLayout\\": "src/",
27+
"IntegerNet\\GlobalCustomLayout\\Test\\": "tests/"
2728
}
2829
},
2930
"repositories": [

0 commit comments

Comments
 (0)