Microweber\tests\ConfigFileTest::testConfigRead PHP Method

testConfigRead() public method

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