Home
last modified time | relevance | path

Searched refs:assertAttributeNotInstanceOf (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1506 …public static function assertAttributeNotInstanceOf($expected, $attributeName, $classOrObject, $me… function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3626 $this->assertAttributeNotInstanceOf('Exception', 'a', $o);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php386 function assertAttributeNotInstanceOf($expected, $attributeName, $classOrObject, $message = '') function