Phactory\Sql\RowTest::testGetId PHP Method

testGetId() public method

public testGetId ( )
    public function testGetId()
    {
        $row = new Row('user', array('name' => 'testuser'), $this->phactory);
        $row->save();
        $this->assertEquals($row->getId(), $row->id);
    }