We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b119c8 commit ea32e56Copy full SHA for ea32e56
Makefile
@@ -6,6 +6,8 @@ lint:
6
test-behavior:
7
php -d memory_limit=4G vendor/bin/behat
8
9
+test: lint test-behavior
10
+
11
start-php:
12
php -S localhost:8080 -t tests/integration/server 2> /dev/null
13
0 commit comments