eZ\Publish\Core\REST\Client\Tests\Input\Parser\SectionTest::testResultIsSection PHP Method

testResultIsSection() public method

Tests that the resulting role is in fact an instance of Section class.
public testResultIsSection ( eZ\Publish\API\Repository\Values\Content\Section $result )
$result eZ\Publish\API\Repository\Values\Content\Section
    public function testResultIsSection($result)
    {
        $this->assertInstanceOf('\\eZ\\Publish\\API\\Repository\\Values\\Content\\Section', $result);
    }