function assertXmlStringNotEqualsXmlFile

Asserts that two XML documents are not equal.

@since Method available since Release 3.3.0

Parameters

string $expectedFile:

string $actualXml:

string $message:

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php, line 1732

Code

function assertXmlStringNotEqualsXmlFile($expectedFile, $actualXml, $message = '') {
  return call_user_func_array('PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlFile', func_get_args());
}