Skip to content

Commit 1e75558

Browse files
committed
test: remove failed test for deprecated Config class
1 parent 6d6512f commit 1e75558

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/system/Config/ConfigTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ public function testCreateSharedInstance(): void
4646
$this->assertSame($Config2, $Config);
4747
}
4848

49-
public function testCreateNonConfig(): void
50-
{
51-
$Config = Config::get('Constants', false);
52-
53-
$this->assertNull($Config);
54-
}
55-
5649
/**
5750
* @runInSeparateProcess
5851
* @preserveGlobalState disabled

0 commit comments

Comments
 (0)