Searched refs:assertNotInstanceOf (Results 1 – 4 of 4) sorted by relevance
3602 $this->assertNotInstanceOf('Exception', new stdClass);3605 $this->assertNotInstanceOf('stdClass', new stdClass);3618 $this->assertNotInstanceOf(null, new stdClass);
377 assertNotInstanceOf: function(expected, actual) { method in Test.Unit.Assertions
1042 function assertNotInstanceOf($expected, $actual, $message = '') function
1485 public static function assertNotInstanceOf($expected, $actual, $message = '') function in PHPUnit_Framework_Assert1508 static::assertNotInstanceOf(