Skip to content

Commit e5dec39

Browse files
committed
Run codeception with debug enabled
1 parent 412f11b commit e5dec39

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
@@ -50,7 +50,7 @@
5050
"analyse": "\"vendor-tools/bin/phpstan\" analyse --no-progress --level=4 --configuration=phpstan.neon src tests",
5151
"test": [
5252
"\"vendor/bin/codecept\" build",
53-
"\"vendor/bin/codecept\" run"
53+
"\"vendor/bin/codecept\" run --debug"
5454
]
5555
}
5656
}

0 commit comments

Comments
 (0)