Home
last modified time | relevance | path

Searched refs:isInstanceOf (Results 76 – 81 of 81) sorted by path

1234

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2627 public static function isInstanceOf($className) function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1818 function isInstanceOf($className) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2883 $this->assertThat(new stdClass, $this->isInstanceOf('StdClass'));
H A DConstraintTest.php1063 $constraint = PHPUnit_Framework_Assert::isInstanceOf('Exception');
1070 $interfaceConstraint = PHPUnit_Framework_Assert::isInstanceOf('Countable');
1095 $constraint = PHPUnit_Framework_Assert::isInstanceOf('Exception');
1118 PHPUnit_Framework_Assert::isInstanceOf('stdClass')
1147 PHPUnit_Framework_Assert::isInstanceOf('stdClass')
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md109 `isInstanceOf($value, $class, $message = '')` | Check that a value is an `instanceof` a …
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php371 public static function isInstanceOf($value, $class, $message = '') function in Webmozart\\Assert\\Assert

1234