Phalcon\Test\Db\Adapter\FactoryTest::testLoadUnsupportedAdapter PHP Method

testLoadUnsupportedAdapter() public method

    public function testLoadUnsupportedAdapter()
    {
        $this->testable['adapter'] = 'drizzle';
        AdaptersFactory::load($this->testable);
    }