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

testGetPrimaryKey() public method

Get Primary Key
public testGetPrimaryKey ( )
    public function testGetPrimaryKey()
    {
        $table = Bluz\Tests\Db\Fixtures\ConcreteTable::getInstance();
        $this->assertEquals(['bar', 'baz'], $table->getPrimaryKey());
    }