Searched refs:assertNotContains (Results 1 – 9 of 9) sorted by relevance
| /plugin/emoji/_test/ |
| 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/ |
| D | topic_tag.test.php | 25 …$this->assertNotContains('tag:test2tag', p_wiki_xhtml('topic_page'), 'Page with tag and topic synt… 30 …$this->assertNotContains('tag:topictag', p_wiki_xhtml('tagged_page'), 'Page with tag syntax contai… 32 …$this->assertNotContains('tagged_page', p_wiki_xhtml('topic_page'), 'Page that no longer contains … 33 …$this->assertNotContains('tag:mytag', p_wiki_xhtml('tagged_page'), 'Removed tag is still listed in…
|
| /plugin/findologicxmlexport/vendor/sebastian/global-state/tests/ |
| D | SnapshotTest.php | 63 $this->assertNotContains('assert', $functions); 72 $this->assertNotContains('Exception', $classes); 81 $this->assertNotContains('Countable', $interfaces);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
| 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']); 487 $this->assertNotContains('foo', [true], '', false, true, true); 490 $this->assertNotContains('foo', [true]); 500 $this->assertNotContains('foo', 'bar'); [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
| D | FilesystemTest.php | 37 $this->assertNotContains('Unable to find template', $e->getMessage());
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
| D | Assert.php | 100 function assertNotContains($needle, $haystack, $message = '') { function in PHPUnit_Assert
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
| D | Functions.php | 961 function assertNotContains($needle, $haystack, $message = '', $ignoreCase = false, $checkForObjectI… function
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
| D | ChangeLog-5.7.md | 152 …com/sebastianbergmann/phpunit/issues/2333): `assertContains()` and `assertNotContains()` do not ha…
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
| D | Assert.php | 183 …public static function assertNotContains($needle, $haystack, $message = '', $ignoreCase = false, $… function in PHPUnit_Framework_Assert 232 static::assertNotContains(
|