From 751770d32cfe605953b8f30f15c8333d097dd965 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 6 Dec 2016 18:02:32 +0100 Subject: [PATCH] Disable integration tests until they are improved (#242) --- composer.json | 4 ++-- phpunit.xml.dist | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8ee5de9..f1d40d6 100644 --- a/composer.json +++ b/composer.json @@ -33,8 +33,8 @@ ], "scripts": { "test": "vendor/bin/phpunit --testsuite unit && vendor/bin/phpunit --testsuite functional", - "test-all": "vendor/bin/phpunit", + "test-all": "vendor/bin/phpunit --testsuite all", "test-integration": "vendor/bin/phpunit --testsuite integration", - "test-coverage": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" + "test-coverage": "vendor/bin/phpunit --testsuite all --coverage-text --coverage-clover=build/coverage.xml" } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index fb6a76f..e160fab 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,8 +10,9 @@ testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"> - + tests + tests/Integration