PMCORE-3993 Circle CI: Research the Enable the coverage in PHPUnit 9.5.0 in develop
This commit is contained in:
@@ -10,6 +10,16 @@ class WorkspaceToolsTest extends TestCase
|
||||
use CreateTestSite;
|
||||
public $workspace;
|
||||
|
||||
/**
|
||||
* This method is called before the first test of this test class is run.
|
||||
* @return void
|
||||
*/
|
||||
public static function setUpBeforeClass(): void
|
||||
{
|
||||
parent::setUpBeforeClass();
|
||||
self::truncateNonInitialModels();
|
||||
}
|
||||
|
||||
/**
|
||||
* Set up method.
|
||||
* @return void
|
||||
@@ -17,7 +27,6 @@ class WorkspaceToolsTest extends TestCase
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->truncateNonInitialModels();
|
||||
|
||||
config(["system.workspace" => "new_site"]);
|
||||
$this->workspace = config("system.workspace");
|
||||
|
||||
Reference in New Issue
Block a user