mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fixed test files
This commit is contained in:
parent
e8c0cdc7cb
commit
2fd134e110
File diff suppressed because it is too large
Load Diff
@ -72,7 +72,7 @@ class DynamicFixtureHelper extends Module
|
||||
public function _after(\Codeception\TestCase $test)
|
||||
{
|
||||
if ($this->beforeTest) {
|
||||
$this->unloadFixtures();
|
||||
//$this->unloadFixtures();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -57,7 +57,7 @@ class FixtureHelper extends Module
|
||||
public function globalFixtures()
|
||||
{
|
||||
return [
|
||||
InitDbFixture::className(),
|
||||
InitDbFixture::class,
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user