Home
last modified time | relevance | path

Searched refs:assertIsA (Results 1 – 10 of 10) sorted by relevance

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/classes/
H A DElggCoreUnitTest.php32 $this->assertIsA(elgg(), \DI\Container::class);
33 $this->assertIsA(_elgg_services(), ServiceProvider::class);
34 $this->assertIsA(_elgg_services()->config, Config::class);
85 if (!($res = $this->assertIsA($first, '\ElggEntity'))) {
88 if (!($res = $this->assertIsA($second, '\ElggEntity'))) {
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/test/
H A Dvisual_test.php59 $this->assertIsA("hello", "string", "%s -> Pass");
60 $this->assertIsA(14, "string", "%s -> Fail"); // Fail.
61 $this->assertIsA($this, "TestOfUnitTestCaseOutput", "%s -> Pass");
62 $this->assertIsA($this, "UnitTestCase", "%s -> Pass");
63 $this->assertIsA(14, "TestOfUnitTestCaseOutput", "%s -> Fail"); // Fail.
64 $this->assertIsA($this, "TestReporter", "%s -> Fail"); // Fail.
H A Dhttp_test.php294 $this->assertIsA($request->fetch(15), 'SimpleHttpResponse');
327 $this->assertIsA($request->fetch(15), 'SimpleHttpResponse');
374 $this->assertIsA($request->fetch(15), 'SimpleHttpResponse');
395 $this->assertIsA($request->fetch(15), 'SimpleHttpResponse');
H A Dunit_tester_test.php23 $this->assertIsA($this, 'UnitTestCase');
H A Derrors_test.php20 $this->assertIsA(SimpleErrorQueue::instance(), 'SimpleErrorQueue');
H A Dsimple_mock_test.php188 $this->assertIsA($stub, "SpecialSimpleStub");
349 $this->assertIsA($mock, "SpecialSimpleMock");
/dports/databases/pgfouine/pgfouine-1.2/tests/
H A DTestLogFiles.class.php161 $this->assertIsA($line, $type);
174 $this->assertIsA($logObject, $type);
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/
H A Dunit_tester.php80 function assertIsA($object, $type, $message = "%s") { function in UnitTestCase
/dports/devel/cdash/CDash-2-2-3/tests/kwtest/simpletest/
H A Dunit_tester.php106 function assertIsA($object, $type, $message = '%s') { function in UnitTestCase
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/TestSuite/
H A DCakeTestCase.php686 protected static function assertIsA($object, $type, $message = '') { function in CakeTestCase