From 27bd54058050a70bd1c9ec8cfcdf42d38541f1b0 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sat, 26 Dec 2020 13:09:41 +0100 Subject: Remove PHPunit integration tests Signed-off-by: Sean Molenaar --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3