Skip to content

Commit a9c393c

Browse files
authored
Fix composer test command (#158)
1 parent 7af3e25 commit a9c393c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"scripts": {
61-
"test": "phpunit --testdox --no-interaction",
61+
"test": "phpunit --testdox",
6262
"test-watch": "phpunit-watcher watch",
6363
"cs-fix": "php-cs-fixer fix"
6464
}

0 commit comments

Comments
 (0)