Skip to content

Commit 48294a8

Browse files
committed
test: fix test method names
1 parent 4462a8d commit 48294a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/Config/FactoriesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,14 +466,14 @@ public function testIsUpdated(array $data)
466466
$this->assertFalse(Factories::isUpdated('config'));
467467
}
468468

469-
public function testGet()
469+
public function testGetReturnsFactoriesConfigInstance()
470470
{
471471
$config = Factories::config('App');
472472

473473
$this->assertSame($config, Factories::get('config', 'App'));
474474
}
475475

476-
public function testGetNonexistentInstance()
476+
public function testGetCreatesConfigInstanceAndFactoriesConfigReturnsIt()
477477
{
478478
$config = Factories::get('config', 'App');
479479

0 commit comments

Comments
 (0)