Gc\Property\Value\ModelTest::testLoad PHP Méthode

testLoad() public méthode

Test
public testLoad ( ) : void
Résultat void
    public function testLoad()
    {
        $this->assertInstanceOf('Gc\\Property\\Value\\Model', $this->object->load($this->object->getId(), $this->document->getId(), $this->property->getId()));
    }