Gc\Property\Value\ModelTest::testSave PHP Method

testSave() public method

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