Microweber\tests\TestConfigFile::testConfigRead PHP Метод

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

public testConfigRead ( )
    public function testConfigRead()
    {
        $connection = Config::get('database.connections');
        $this->assertTrue(!empty($connection));
    }