/plugin/findologicxmlexport/vendor/sebastian/environment/tests/ |
H A D | RuntimeTest.php | 36 $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());
|
H A D | ConsoleTest.php | 32 $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());
|
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/ |
H A D | ParserTest.php | 40 $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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarObjectTest.php | 43 $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 D | PluginTest.php | 363 $this->assertInternalType('array',$newCalendar); 412 $this->assertInternalType('array',$newCalendar);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | SchedulingObjectTest.php | 61 $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/findologicxmlexport/vendor/phpunit/php-timer/tests/ |
H A D | TimerTest.php | 21 $this->assertInternalType('float', PHP_Timer::stop());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/ |
H A D | PropTest.php | 149 $this->assertInternalType('array', $result);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | ComponentTest.php | 46 $this->assertInternalType('null', $comp->vjournal); 320 $this->assertInternalType('array', $r); 332 $this->assertInternalType('array', $r);
|
H A D | PropertyTest.php | 78 $this->assertInternalType('null', $property['foo']);
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | ComponentTest.php | 47 $this->assertInternalType('null', $comp->vjournal); 321 $this->assertInternalType('array', $r); 333 $this->assertInternalType('array', $r);
|
H A D | PropertyTest.php | 79 $this->assertInternalType('null',$property['foo']);
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | ComponentTest.php | 47 $this->assertInternalType('null', $comp->vjournal); 321 $this->assertInternalType('array', $r); 333 $this->assertInternalType('array', $r);
|
H A D | PropertyTest.php | 79 $this->assertInternalType('null',$property['foo']);
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | ComponentTest.php | 47 $this->assertInternalType('null', $comp->vjournal); 321 $this->assertInternalType('array', $r); 333 $this->assertInternalType('array', $r);
|
H A D | PropertyTest.php | 79 $this->assertInternalType('null',$property['foo']);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/ |
H A D | PluginTest.php | 19 $this->assertInternalType('array', $plugin->getPluginInfo());
|
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/ |
H A D | ReaderTest.php | 295 $this->assertInternalType('array', $e->getErrors());
|
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/ |
H A D | LongestCommonSubsequenceTest.php | 195 $this->assertInternalType('array', $diff);
|
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/ |
H A D | ReaderTest.php | 356 $this->assertInternalType('array', $e->getErrors());
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | TestCaseTest.php | 656 $this->assertInternalType('array', $test->myTestData); 687 $this->assertInternalType('array', $test->myTestData);
|
H A D | AssertTest.php | 3631 $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/jms/serializer/tests/Serializer/ |
H A D | JsonSerializationTest.php | 271 self::assertInternalType($primitiveType, $result);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | AbstractPDOTest.php | 52 $this->assertInternalType('array',$calendars);
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/ |
H A D | ParserTest.php | 1926 $this->assertInternalType('array', $this->parser->parseFile(__DIR__.'/Fixtures/index.yml'));
|