Skip to content

Commit f7dbc54

Browse files
fix composer.json
1 parent aa0e10e commit f7dbc54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
},
9797
"autoload-dev": {
9898
"psr-4": {
99-
"SELN\\App\\Test\\UnitTest": "tests/unit",
100-
"SELN\\App\\Test\\Functional": "tests/functional",
101-
"SELN\\App\\Test": "tests/_support"
99+
"SELN\\App\\Test\\UnitTest\\": "tests/unit",
100+
"SELN\\App\\Test\\Functional\\": "tests/functional",
101+
"SELN\\App\\Test\\": "tests/_support"
102102
}
103103
},
104104
"scripts": {

0 commit comments

Comments
 (0)