Home
last modified time | relevance | path

Searched refs:assertNotInstanceOf (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1485 public static function assertNotInstanceOf($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
1508 static::assertNotInstanceOf(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3602 $this->assertNotInstanceOf('Exception', new stdClass);
3605 $this->assertNotInstanceOf('stdClass', new stdClass);
3618 $this->assertNotInstanceOf(null, new stdClass);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1042 function assertNotInstanceOf($expected, $actual, $message = '') function
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js377 assertNotInstanceOf: function(expected, actual) { method in Test.Unit.Assertions