Skip to content

Commit e606b94

Browse files
committed
Add tests directory to default PSR-4 autoloader
This way it is available in integration tests within a Magento installation without changes in the root composer.json
1 parent d16535f commit e606b94

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@
2727
"src/registration.php"
2828
],
2929
"psr-4": {
30+
"IntegerNet\\SessionUnblocker\\Test\\": "tests/",
3031
"IntegerNet\\SessionUnblocker\\": "src/"
3132
}
3233
},
33-
"autoload-dev": {
34-
"psr-4": {
35-
"IntegerNet\\SessionUnblocker\\Test\\": "tests/"
36-
}
37-
},
3834
"repositories": [
3935
{
4036
"type": "composer",

0 commit comments

Comments
 (0)