Home
last modified time | relevance | path

Searched refs:assertFalse (Results 51 – 75 of 194) sorted by relevance

12345678

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractBasicTest.php19 $this->assertFalse(
35 $this->assertFalse(
/plugin/404manager/_test/
H A Ddokuwiki.test.php68 $this->assertFalse(page_exists(constant_parameters::$PAGE_DOES_NOT_EXIST_ID));
75 $this->assertFalse($INFO['exists']);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php77 $this->assertFalse($a->isSeekable());
78 $this->assertFalse($a->isWritable());
79 $this->assertFalse($a->write('foo'));
137 $this->assertFalse($needsDrain->getValue($a));
H A DLimitStreamTest.php34 $this->assertFalse($body->eof());
81 $this->assertFalse($this->body->read(1000));
102 $this->assertFalse($this->body->eof());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php44 $this->assertFalse(class_exists($this->classname, false));
58 $this->assertFalse(class_exists($this->classname, false));
62 $this->assertFalse(class_exists($this->classname, false));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DIncludeTest.php25 $this->assertFalse($node->hasNode('variables'));
27 $this->assertFalse($node->getAttribute('only'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php148 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
149 …$this->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true…
150 …$this->assertFalse($template->getAttribute($template1, 'getEnvironment', [], Template::METHOD_CALL…
151 …$this->assertFalse($template->getAttribute($template1, 'displayWithErrorHandling', [], Template::M…
211 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
212 …$this->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true…
213 …$this->assertFalse($template->getAttribute($template1, 'getEnvironment', [], Template::METHOD_CALL…
214 …$this->assertFalse($template->getAttribute($template1, 'displayWithErrorHandling', [], Template::M…
H A DAutoloaderTest.php19 …$this->assertFalse(class_exists('FooBarFoo'), '->autoload() does not try to load classes that does…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DPHPTest.php24 $this->assertFalse($phpMock->useStderrRedirection());
40 $this->assertFalse($phpMock->useStderrRedirection());
H A DRegexTest.php45 $this->assertFalse(PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php102 $this->assertFalse(strpos($haystack, $needle) !== FALSE, $message);
106 $this->assertFalse(in_array($needle, $haystack), $message);
308 function assertFalse($condition, $message = '') { function in PHPUnit_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php43 $this->assertFalse($it->valid());
58 $this->assertFalse($it->valid());
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php55 $this->assertFalse($this->outer->hasHeader('a'));
56 $this->assertFalse($this->inner->hasHeader('a'));
H A DMessageTest.php77 $this->assertFalse(
189 $this->assertFalse($message->hasHeader('X-Foo'));
/plugin/structtasks/_test/
H A DCliTest.php38 $this->assertFalse($cli->initialise(false));
45 $this->assertFalse($cli->initialise(false));
51 $this->assertFalse($cli->initialise());
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DInterfaceTest.php55 $this->assertFalse(
65 $this->assertFalse(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php46 …$this->assertFalse(file_exists(SABRE_TEMPDIR . '/._testput.txt'),'._testput.txt should not exist i…
64 …$this->assertFalse(file_exists(SABRE_TEMPDIR . '/._testput.txt'),'._testput.txt should not exist i…
132 …$this->assertFalse(file_exists(SABRE_TEMPDIR . '/._testlock.txt'),'._testlock.txt should not exist…
/plugin/tagfilter/_test/
H A Dajax.test.php98 $this->assertFalse(strpos($response['text'], 'id=test:plugin_tagfilter:tags:tagpage1') !== false);
121 $this->assertFalse(strpos($response['text'], 'id=test:plugin_tagfilter:tags:tagpage1') !== false);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DIsolationTest.php6 $this->assertFalse($this->isInIsolation());
H A DIgnoreCodeCoverageClassTest.php13 $this->assertFalse($sut->returnFalse());
H A DDataProviderFilterTest.php27 $this->assertFalse($false);
H A DBeforeClassWithOnlyDataProviderTest.php37 $this->assertFalse(false);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/498/
H A DIssue498Test.php22 $this->assertFalse(false);
/plugin/jsonrpc/_test/
H A Djsonrpc_test.php41 $this->assertFalse(checkAuth(), "Failer checkAuth, notallow testuser");
/plugin/data-au/_test/
H A Daction_edit_button.test.php28 $this->assertFalse(isset($dataau'name']));

12345678