Bluz\Tests\Db\TableTest::testGetPrimaryKeyException PHP Method

testGetPrimaryKeyException() public method

    public function testGetPrimaryKeyException()
    {
        $table = Bluz\Tests\Db\Fixtures\WrongKeysTable::getInstance();
        $table->getPrimaryKey();
    }