/plugin/tag/_test/ |
H A D | topic_tag.test.php | 24 $this->assertContains('tag:topictag', p_wiki_xhtml('topic_page'), 'Page with tag syntax doesn\'t contain tag output'); 26 $this->assertContains('topic_page', p_wiki_xhtml('topic_page'), 'Page with topic and tag syntax doesn\'t list itself in the topic syntax'); 27 $this->assertContains('tagged_page', p_wiki_xhtml('topic_page'), 'Page with topic syntax doesn\'t list matching page'); 28 $this->assertContains('tag:mytag', p_wiki_xhtml('tagged_page'), 'Page with tag syntax doesn\'t contain tag output'); 29 $this->assertContains('tag:test2tag', p_wiki_xhtml('tagged_page'), 'Page with tag syntax doesn\'t contain tag output');
|
/plugin/include/_test/ |
H A D | media_linktitle_conversion.test.php |
|
H A D | locallink_conversion.test.php |
|
/plugin/emoji/_test/ |
H A D | emoji_syntax.test.php | 13 …$this->assertContains('<img class="emojione" alt="😄" src="//cdn.jsdelivr.net/emojione/asse… 18 …$this->assertContains("<img class=\"emojione\" alt=\"\xF0\x9F\x98\x84\" src=\"//cdn.jsdelivr.net/e… 23 …$this->assertContains('<img class="emojione" alt="😄" src="//cdn.jsdelivr.net/emojione/asse…
|
/plugin/tagadd/_test/ |
H A D | ajax.test.php | 28 $this->assertContains('{{tag>Tag1 Tag2}}', $data); 46 $this->assertContains('{{tag> Tag1 Tag2 Tag3 }}', $data); 63 $this->assertContains('{{tag> Tag1 }}', $data);
|
/plugin/openlayersmapoverlays/_test/ |
H A D | general.test.php | 58 self::assertContains( 61 self::assertContains( 64 self::assertContains(
|
/plugin/pureldap/_test/ |
H A D | ADClient.test.php |
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/ |
H A D | SnapshotTest.php | 71 $this->assertContains('PHPUnit_Framework_TestCase', $classes); 80 $this->assertContains('PHPUnit_Framework_Test', $interfaces); 92 …$this->assertContains('SebastianBergmann\GlobalState\TestFixture\SnapshotTrait', $snapshot->traits… 107 $this->assertContains(__FILE__, $snapshot->includedFiles());
|
/plugin/ajaxedit/_test/ |
H A D | helper.test.php | 20 $this->assertContains('DokuWiki',$wiki); 32 $this->assertContains('The page has just been edited',$wiki);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | ExpandEventsDTSTARTandDTENDbyDayTest.php | 93 …$this->assertContains($child->getValue(), array('20120214T171500Z', '20120216T171500Z'), 'DTSTART … 96 …$this->assertContains($child->getValue(), array('20120214T181500Z', '20120216T181500Z'), 'DTEND is…
|
H A D | ExpandEventsDTSTARTandDTENDTest.php | 104 …$this->assertContains($child->getValue(), ['20120207T171500Z', '20120208T171500Z', '20120209T17150… 107 …$this->assertContains($child->getValue(), ['20120207T181500Z', '20120208T181500Z', '20120209T18150…
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 41 $this->assertContains($a, $c); 44 $this->assertContains($b, $c); 57 $this->assertContains($a, [$a]); 60 $this->assertContains($a, [$b]); 70 $this->assertContains('foo', ['foo']); 73 $this->assertContains('foo', ['bar']); 83 $this->assertContains('foo', [true]); 359 $this->assertContains(null, null); 392 $this->assertContains('foo', 'foobar'); 395 $this->assertContains('foo', 'bar'); [all …]
|
/plugin/textrotate/_test/ |
H A D | syntax.test.php | 20 $this->assertContains("<span class='plugin_textrotate_rotated'>textrotate</span>", $xhtml);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ |
H A D | UriTest.php | 23 $this->assertContains('URL;VALUE=URI:http://example.org/', $output);
|
/plugin/pageimage/_test/ |
H A D | pagelist.test.php | 27 $this->assertContains('media=wiki:dokuwiki-128.png',$image);
|
/plugin/inlineedit/_test/ |
H A D | syntax.test.php | 26 $this->assertContains('Test', $mselector->text());
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | CompilerTest.php | 32 $this->assertContains('fr', strtolower(setlocale(LC_NUMERIC, 0)));
|
H A D | EnvironmentTest.php | 52 $this->assertContains('getTemplateName', $env->compileSource('{{ foo }}', 'foo')); 371 …$this->assertContains('Defining the getGlobals() method in the "Twig_Tests_EnvironmentTest_Extensi… 443 …$this->assertContains('Defining the initRuntime() method in the "Twig_Tests_EnvironmentTest_Extens… 470 …$this->assertContains('The possibility to register the same extension twice', $this->deprecations[…
|
H A D | ErrorTest.php | 26 …$this->assertContains('test'.DIRECTORY_SEPARATOR.'Twig'.DIRECTORY_SEPARATOR.'Tests'.DIRECTORY_SEPA…
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | FreeBusyGeneratorTest.php | 353 …$this->assertContains((string)$fb, $expected, "$fb did not appear in our list of expected freebusy…
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | FreeBusyGeneratorTest.php | 353 …$this->assertContains((string)$fb, $expected, "$fb did not appear in our list of expected freebusy…
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | FreeBusyGeneratorTest.php | 353 …$this->assertContains((string)$fb, $expected, "$fb did not appear in our list of expected freebusy…
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/ |
H A D | LintCommandTest.php | 63 … $this->assertContains('Unable to parse at line 3 (near "bar").', trim($tester->getDisplay()));
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
H A D | FilesystemTest.php | 157 … $this->assertContains('Unable to find template "@named/nowhere.html"', $e->getMessage());
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
H A D | Assert.php | 77 function assertContains($needle, $haystack, $message = '') { function in PHPUnit_Assert
|