eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\SectionCreateStructTest::testResultContainsSectionInputElement PHP Метод

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

Tests that the result contains SectionInput element.
    public function testResultContainsSectionInputElement($result)
    {
        $this->assertXMLTag(array('tag' => 'SectionInput', 'children' => array('less_than' => 3, 'greater_than' => 1)), $result, 'Invalid <SectionInput> element.', false);
    }