Bluz\Tests\Db\TableTest::testGetPrimaryKeyException PHP Метод

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

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