eZ\Bundle\EzPublishCoreBundle\Features\Context\ContentTypeContext::assertContentTypeExistsByIdentifierOnGroup PHP Method

assertContentTypeExistsByIdentifierOnGroup() public method

public assertContentTypeExistsByIdentifierOnGroup ( $identifier, $groupIdentifier )
    public function assertContentTypeExistsByIdentifierOnGroup($identifier, $groupIdentifier)
    {
        Assertion::assertTrue($this->checkContentTypeExistenceByIdentifier($identifier, $groupIdentifier), "Couldn't find Content Type with identifier '{$identifier}' on '{$groupIdentifier}.");
    }