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.
This commit is contained in:
Ben Thomson 2021-01-13 10:13:27 +08:00 committed by GitHub
parent 555ab61f23
commit 505b1ce0db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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": {

View File

@ -13,9 +13,6 @@
<testsuite name="October CMS Test Suite">
<directory>./tests/unit</directory>
</testsuite>
<testsuite name="October Rain Test Suite">
<directory>./vendor/october/rain/tests</directory>
</testsuite>
</testsuites>
<filter>