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:
parent
555ab61f23
commit
505b1ce0db
|
|
@ -59,8 +59,7 @@
|
||||||
"tests/concerns/InteractsWithAuthentication.php",
|
"tests/concerns/InteractsWithAuthentication.php",
|
||||||
"tests/fixtures/backend/models/UserFixture.php",
|
"tests/fixtures/backend/models/UserFixture.php",
|
||||||
"tests/TestCase.php",
|
"tests/TestCase.php",
|
||||||
"tests/PluginTestCase.php",
|
"tests/PluginTestCase.php"
|
||||||
"vendor/october/rain/tests/DbTestCase.php"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,6 @@
|
||||||
<testsuite name="October CMS Test Suite">
|
<testsuite name="October CMS Test Suite">
|
||||||
<directory>./tests/unit</directory>
|
<directory>./tests/unit</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="October Rain Test Suite">
|
|
||||||
<directory>./vendor/october/rain/tests</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue