Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1559 public static function assertNotInternalType($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
1582 static::assertNotInternalType(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3673 $this->assertNotInternalType('string', 1);
3676 $this->assertNotInternalType('integer', 1);
3689 $this->assertNotInternalType(null, 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1057 function assertNotInternalType($expected, $actual, $message = '') function