Redaxscript\Tests\ConfigTest::testGetAll PHP Метод

testGetAll() публичный Метод

testGetAll
С версии: 2.2.0
public testGetAll ( )
    public function testGetAll()
    {
        /* actual */
        $actualArray = $this->_config->get();
        /* compare */
        $this->assertArrayHasKey('dbHost', $actualArray);
    }