Fixed GlobalSettingTest
This commit is contained in:
parent
505039a146
commit
c9ad7a6aa1
|
@ -10,6 +10,13 @@ class GlobalSettingTest extends TestCase
|
||||||
{
|
{
|
||||||
use DatabaseTransactions;
|
use DatabaseTransactions;
|
||||||
|
|
||||||
|
public function setUp(): void
|
||||||
|
{
|
||||||
|
parent::setUp();
|
||||||
|
|
||||||
|
$this->withNamiSettings();
|
||||||
|
}
|
||||||
|
|
||||||
public function testItLoadsGeneralSettings(): void
|
public function testItLoadsGeneralSettings(): void
|
||||||
{
|
{
|
||||||
GeneralSettings::fake([
|
GeneralSettings::fake([
|
||||||
|
|
Loading…
Reference in New Issue