PHP 트레잇 eZ\Publish\Core\REST\Common\Tests\AssertXmlTagTrait

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
assertXMLTag ( array $matcher, string $actualXml, string $message = '' ) Simple re implementation of assertTag (deprecated in PHPUnit) for XML use.

메소드 상세

assertXMLTag() 공개 정적인 메소드

Simple re implementation of assertTag (deprecated in PHPUnit) for XML use.
public static assertXMLTag ( array $matcher, string $actualXml, string $message = '' )
$matcher array Hash with 'tag' (required), and optionally: 'attributes' & 'content' keys
$actualXml string
$message string