summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 434b5c3eb..1da8c697b 100644
--- a/Makefile
+++ b/Makefile
@@ -194,18 +194,12 @@ php-test-dependencies:
unit-test:
./vendor/phpunit/phpunit/phpunit -c phpunit.xml --coverage-clover build/php-unit.clover
-# \Test\TestCase is only allowed to access the db if TRAVIS environment variable is set
-.PHONY: integration-test
-integration-test:
- env TRAVIS=1 ./vendor/phpunit/phpunit/phpunit -c phpunit.integration.xml
-
# Command for running JS and PHP tests. Works for package.json files in the js/
# and root directory. If phpunit is not installed systemwide, a copy is fetched
# from the internet
.PHONY: test
test: php-test-dependencies
$(MAKE) unit-test
- $(MAKE) integration-test
$(MAKE) phpcs
$(MAKE) phpstan
$(MAKE) js-test