Lines Matching refs:tests
7 it: coding-standards tests ## Runs all the targets
11 vendor/bin/phpunit --configuration=tests/phpunit.xml --coverage-text --testsuite=unit
21 .PHONY: tests
22 tests: vendor ## Runs unit and end-to-end tests with phpunit/phpunit target
23 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=unit
24 rm -rf tests/server.log
25 tests/server start;
26 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=end-to-end;
27 tests/server stop
30 tests/server start;
32 tests/server stop
35 tests/server start;
37 tests/server stop