PHPUnit_Framework_Assert::assertNotTag

This assertion is the exact opposite of assertTag().

Rather than asserting that $matcher results in a match, it asserts that $matcher does not match.

Signature

public function assertNotTag(array $matcher, [string $actual = '', [string $message = '', [boolean $isHtml = true]]] )

Parameters

$matcher — array
$actual — string
$message — string
$isHtml — boolean