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

testSave() public méthode

Test
public testSave ( ) : void
Résultat void
    public function testSave()
    {
        $this->assertInternalType('integer', (int) $this->object->save());
    }