Repo2\QueryReactor\Tests\Driver\MysqliDriverTest::testFailedConnect PHP Method

testFailedConnect() public method

public testFailedConnect ( )
    public function testFailedConnect()
    {
        $this->getDriver()->connect(['host' => 'something_in_the_way', 'dbname' => 'test'], 'root', '');
    }