From 505b1ce0db2a870fa812922d7e46b369713ab1c0 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Wed, 13 Jan 2021 10:13:27 +0800 Subject: [PATCH] Drop Rain tests from main October CMS test suite (#5449) The Rain library is separately tested with a TestCase base class which does not instantiate an application. This removes the conflict caused from the TestCase class which is within October CMS itself, which instantiates an applications and handles things differently. --- composer.json | 3 +-- phpunit.xml | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e7ec29878..1ed70d1ad 100644 --- a/composer.json +++ b/composer.json @@ -59,8 +59,7 @@ "tests/concerns/InteractsWithAuthentication.php", "tests/fixtures/backend/models/UserFixture.php", "tests/TestCase.php", - "tests/PluginTestCase.php", - "vendor/october/rain/tests/DbTestCase.php" + "tests/PluginTestCase.php" ] }, "scripts": { diff --git a/phpunit.xml b/phpunit.xml index de01655c0..b0bea8701 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -13,9 +13,6 @@ ./tests/unit - - ./vendor/october/rain/tests -