Home
last modified time | relevance | path

Searched refs:assertInternalType (Results 1 – 25 of 29) sorted by last modified time

12

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php79 $this->assertInternalType('null',$property['foo']);
H A DComponentTest.php47 $this->assertInternalType('null', $comp->vjournal);
321 $this->assertInternalType('array', $r);
333 $this->assertInternalType('array', $r);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php295 $this->assertInternalType('array', $e->getErrors());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php52 $this->assertInternalType('array',$calendars);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php43 $this->assertInternalType('string',$children[0]->getName());
44 $this->assertInternalType('string',$children[0]->get());
45 $this->assertInternalType('string',$children[0]->getETag());
150 $this->assertInternalType('int', $size);
H A DPluginTest.php363 $this->assertInternalType('array',$newCalendar);
412 $this->assertInternalType('array',$newCalendar);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php61 $this->assertInternalType('string',$children[0]->getName());
62 $this->assertInternalType('string',$children[0]->get());
63 $this->assertInternalType('string',$children[0]->getETag());
149 $this->assertInternalType('int', $size);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php19 $this->assertInternalType('array', $plugin->getPluginInfo());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php149 $this->assertInternalType('array', $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php47 $this->assertInternalType('null', $comp->vjournal);
321 $this->assertInternalType('array', $r);
333 $this->assertInternalType('array', $r);
H A DPropertyTest.php79 $this->assertInternalType('null',$property['foo']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php656 $this->assertInternalType('array', $test->myTestData);
687 $this->assertInternalType('array', $test->myTestData);
H A DAssertTest.php3631 $this->assertInternalType('integer', 1);
3634 $this->assertInternalType('string', 1);
3644 $this->assertInternalType('double', 1.0);
3647 $this->assertInternalType('double', 1);
3660 $this->assertInternalType(null, 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php995 $this->assertInternalType('string', (string) $mock);
/plugin/findologicxmlexport/vendor/sebastian/environment/tests/
H A DConsoleTest.php32 $this->assertInternalType('boolean', $this->console->isInteractive());
40 $this->assertInternalType('boolean', $this->console->isInteractive(STDOUT));
50 $this->assertInternalType('boolean', $this->console->hasColorSupport());
60 $this->assertInternalType('integer', $this->console->getNumberOfColumns());
H A DRuntimeTest.php36 $this->assertInternalType('boolean', $this->env->canCollectCodeCoverage());
46 $this->assertInternalType('string', $this->env->getBinary());
54 $this->assertInternalType('boolean', $this->env->isHHVM());
64 $this->assertInternalType('boolean', $this->env->isPHP());
75 $this->assertInternalType('boolean', $this->env->hasXdebug());
88 $this->assertInternalType('string', $this->env->getNameWithVersion());
98 $this->assertInternalType('string', $this->env->getName());
108 $this->assertInternalType('string', $this->env->getVersion());
118 $this->assertInternalType('string', $this->env->getVendorUrl());
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php1926 $this->assertInternalType('array', $this->parser->parseFile(__DIR__.'/Fixtures/index.yml'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php271 self::assertInternalType($primitiveType, $result);
H A DBaseSerializationTest.php641 self::assertInternalType('object', $deserialized);
665 self::assertInternalType('object', $deserialized);
/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php21 $this->assertInternalType('float', PHP_Timer::stop());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1522 public static function assertInternalType($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
1545 static::assertInternalType(
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
H A DLongestCommonSubsequenceTest.php195 $this->assertInternalType('array', $diff);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DParserTest.php40 $this->assertInternalType('array', $diffs);
45 $this->assertInternalType('array', $chunks);
87 $this->assertInternalType('array', $diffs);
93 $this->assertInternalType('array', $chunks);
104 $this->assertInternalType('array', $lines);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php767 function assertInternalType($expected, $actual, $message = '') function
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php79 $this->assertInternalType('null',$property['foo']);

12