Fakerino\Test\Core\Database\DoctrineLayerTest::testWrongTable PHP Method

testWrongTable() public method

public testWrongTable ( )
    public function testWrongTable()
    {
        $this->setExpectedException('Doctrine\\DBAL\\ConnectionException');
        $this->dLayer->setTable('foo');
    }