Storm\Tests\Unit\Object\IPropertyTest::testEntityMapIsSameAsSet PHP Метод

testEntityMapIsSameAsSet() публичный Метод

    public function testEntityMapIsSameAsSet()
    {
        $EntityMap = $this->getMockForAbstractClass('\\Storm\\Core\\Object\\EntityMap');
        $this->Property->SetEntityMap($EntityMap);
        $this->assertEquals($this->Property->GetEntityMap(), $EntityMap);
    }