Repo2\QueryReactor\Tests\Driver\MysqliDriverTest::testRejectOnPoll PHP Метод

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

public testRejectOnPoll ( )
    public function testRejectOnPoll()
    {
        $params = TestUtil::getControllerParams();
        $link = new \mysqli($params['host'], $params['username'], $params['passwd'], $params['dbname']);
        $this->getDriver()->poll([$link]);
    }