We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4462a8d commit 48294a8Copy full SHA for 48294a8
tests/system/Config/FactoriesTest.php
@@ -466,14 +466,14 @@ public function testIsUpdated(array $data)
466
$this->assertFalse(Factories::isUpdated('config'));
467
}
468
469
- public function testGet()
+ public function testGetReturnsFactoriesConfigInstance()
470
{
471
$config = Factories::config('App');
472
473
$this->assertSame($config, Factories::get('config', 'App'));
474
475
476
- public function testGetNonexistentInstance()
+ public function testGetCreatesConfigInstanceAndFactoriesConfigReturnsIt()
477
478
$config = Factories::get('config', 'App');
479
0 commit comments