Searched refs:assertNotContains (Results 1 – 10 of 10) sorted by relevance
/plugin/emoji/_test/ |
H A D | emoji_conflicts.test.php | 13 $this->assertNotContains('😃', p_wiki_xhtml('emoji_page'), 'Emoji without spaces.'); 17 … $this->assertNotContains('😕', p_wiki_xhtml('emoji_page'), 'Emoji conflicts with path.'); 21 …$this->assertNotContains('😛', p_wiki_xhtml('emoji_page'), 'Emoji conflicts with wiki path.… 25 … $this->assertNotContains(''', p_wiki_xhtml('emoji_page'), 'Emoji conflicts with monospace.'); 29 …$this->assertNotContains('😉', p_wiki_xhtml('emoji_page'), 'Emoji conflicts with footnote.'…
|
/plugin/tag/_test/ |
H A D | topic_tag.test.php | 25 $this->assertNotContains('tag:test2tag', p_wiki_xhtml('topic_page'), 'Page with tag and topic syntax tag which is listed in a page that is listed in the topic syntax but not on the page itself'); 30 $this->assertNotContains('tag:topictag', p_wiki_xhtml('tagged_page'), 'Page with tag syntax contains tag from a page in which it is listed in the topic syntax'); 32 $this->assertNotContains('tagged_page', p_wiki_xhtml('topic_page'), 'Page that no longer contains the tag is still listed in the topic syntax (caching problems?)'); 33 $this->assertNotContains('tag:mytag', p_wiki_xhtml('tagged_page'), 'Removed tag is still listed in XHTML output');
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/ |
H A D | SnapshotTest.php | 63 $this->assertNotContains('assert', $functions); 72 $this->assertNotContains('Exception', $classes); 81 $this->assertNotContains('Countable', $interfaces);
|
/plugin/include/_test/ |
H A D | locallink_conversion.test.php |
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 435 $this->assertNotContains(null, null); 445 $this->assertNotContains($b, $c); 448 $this->assertNotContains($a, $c); 461 $this->assertNotContains($a, [$b]); 464 $this->assertNotContains($a, [$a]); 474 $this->assertNotContains('foo', ['bar']); 477 $this->assertNotContains('foo', ['foo']); 490 $this->assertNotContains('foo', [true]); 500 $this->assertNotContains('foo', 'bar'); 503 $this->assertNotContains('foo', 'foo'); [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
H A D | FilesystemTest.php | 37 $this->assertNotContains('Unable to find template', $e->getMessage());
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
H A D | Assert.php | 100 function assertNotContains($needle, $haystack, $message = '') { function in PHPUnit_Assert
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 961 function assertNotContains($needle, $haystack, $message = '', $ignoreCase = false, $checkForObjectI… function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
H A D | ChangeLog-5.7.md | 152 …com/sebastianbergmann/phpunit/issues/2333): `assertContains()` and `assertNotContains()` do not ha…
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 183 …public static function assertNotContains($needle, $haystack, $message = '', $ignoreCase = false, $… function in PHPUnit_Framework_Assert 232 static::assertNotContains(
|