From a472f7ad76f9f0466b1bd882e0301cd6f9e0403d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kr=C3=B3l?= Date: Fri, 3 May 2019 12:32:16 +0200 Subject: [PATCH] Remove PHPUnit --- .travis.yml | 1 - composer.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d13f57..14e697f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ before_script: script: - composer validate --strict - - vendor/bin/phpunit - vendor/bin/phpspec run - vendor/bin/behat --strict -vvv --no-interaction || vendor/bin/behat --strict -vvv --no-interaction --rerun diff --git a/composer.json b/composer.json index c57bebd..11ea962 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,6 @@ "phpstan/phpstan-shim": "^0.10", "phpstan/phpstan-symfony": "^0.10", "phpstan/phpstan-webmozart-assert": "^0.10", - "phpunit/phpunit": "^6.5", "sensiolabs/security-checker": "^5.0", "sylius-labs/coding-standard": "^2.0", "symfony/browser-kit": "^3.4|^4.1",