Storm\Tests\Unit\Object\RelationshipChangeTest::setUp PHP Méthode

setUp() protected méthode

protected setUp ( )
    protected function setUp()
    {
        $this->PersistedRelationship = $this->getMockWithoutConstructor(self::CoreObjectNamespace . 'PersistedRelationship');
        $this->DiscardedRelationship = $this->getMockWithoutConstructor(self::CoreObjectNamespace . 'DiscardedRelationship');
    }