Skip to content

Commit 2fdeb80

Browse files
author
Willem Wigman
committed
Add tests autoload path to composer
1 parent fdf30ab commit 2fdeb80

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)