Home
last modified time | relevance | path

Searched refs:assertFalse (Results 151 – 175 of 194) sorted by relevance

12345678

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php145 $this->assertFalse(file_exists($this->tempDir . '/test.txt'));
164 $this->assertFalse(file_exists($this->tempDir . '/col'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php50 $this->assertFalse($this->usercalendars->childExists('foo'));
H A DCalendarQueryValidatorTest.php19 $this->assertFalse($validator->validate($vcal, ['name' => 'VFOO']));
44 $this->assertFalse($validator->validate($vObject, $filters));
H A DICSExportPluginTest.php59 $this->assertFalse($p->httpGet($h, $s->httpResponse));
109 $this->assertFalse($p->httpGet($h, $s->httpResponse));
123 $this->assertFalse(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
H A DCalendarTest.php114 $this->assertFalse($this->calendar->childExists('foo'));
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClassTest.php71 $this->assertFalse($token->hasInterfaces());
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DObjectComparatorTest.php116 $this->assertFalse(
H A DDateTimeComparatorTest.php160 $this->assertFalse(
H A DMockObjectComparatorTest.php132 $this->assertFalse(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockBuilderTest.php111 $this->assertFalse($cloned->cloned);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php65 $this->assertFalse($r);
H A DValidateFilterTest.php17 $this->assertFalse($this->plugin->validateFilters($input, $filters, $test), $message);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php97 $this->assertFalse($dir->childExists('mockfile2'));
H A DTreeTest.php12 $this->assertFalse($tree->nodeExists('hello'));
H A DHttpPutTest.php339 $this->assertFalse(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php124 $this->assertFalse(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php49 self::assertFalse($m->isList);
50 self::assertFalse($m->isMap);
284 self::assertFalse($m->xmlDiscriminatorAttribute);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DAbstractPDOTest.php162 $this->assertFalse($result);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php149 $this->assertFalse(is_executable($target));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DForTest.php39 $this->assertFalse($node->hasNode('else'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php320 …$this->assertFalse($aclPlugin->checkPrivileges('foo', array('{DAV:}read'), Plugin::R_PARENT, false…
H A DBlockAccessTest.php203 $this->assertFalse($r);
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php408 $this->assertFalse($engine->hasHelper('test'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php189 $this->assertFalse($backend->unlock('someuri',$lock));
/plugin/latexit/_test/
H A Drenderer.test.php58 $this->assertFalse($this->r->canRender('xhtml'));
59 $this->assertFalse($this->r->canRender('affsd'));
73 $this->assertFalse($this->r->isSingleton());

12345678