Skip to content

Commit 0006101

Browse files
committed
MQE-1800: Allow generate:tests to continue running even if one test fails generation
1 parent a3e33d9 commit 0006101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"autoload-dev": {
6565
"psr-4": {
66-
"tests\\": "dev/tests"
66+
"tests\\unit\\": "dev/tests/unit"
6767
}
6868
},
6969
"scripts": {

0 commit comments

Comments
 (0)