eZ\Publish\Core\Persistence\Legacy\Tests\Content\Location\MapperTest::testCreateTrashedFromRow PHP Метод

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

    public function testCreateTrashedFromRow()
    {
        $mapper = new Mapper();
        $location = $mapper->createLocationFromRow($this->locationRow, null, new Trashed());
        $this->assertTrue($location instanceof Trashed);
        $this->assertPropertiesCorrect($this->locationValues, $location);
    }