Storm\Tests\Unit\Object\PersistedRelationshipTest::setUp PHP Метод

setUp() защищенный Метод

protected setUp ( )
    protected function setUp()
    {
        $this->Identity1 = $this->getMockWithoutConstructor(self::CoreObjectNamespace . 'Identity');
        $this->Identity2 = $this->getMockWithoutConstructor(self::CoreObjectNamespace . 'Identity');
        $this->PersistenceData = $this->getMockWithoutConstructor(self::CoreObjectNamespace . 'PersistenceData');
    }