Gc\Tab\CollectionTest::testLoad PHP Method

testLoad() public method

Test
public testLoad ( ) : void
return void
    public function testLoad()
    {
        $this->assertInstanceOf('Gc\\Tab\\Collection', $this->object->load(1));
    }