Home
last modified time | relevance | path

Searched refs:assertContains (Results 1 – 25 of 34) sorted by path

12

/plugin/ajaxedit/_test/
H A Dhelper.test.php20 $this->assertContains('DokuWiki',$wiki);
32 $this->assertContains('The page has just been edited',$wiki);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDTest.php104 …$this->assertContains($child->getValue(), ['20120207T171500Z', '20120208T171500Z', '20120209T17150…
107 …$this->assertContains($child->getValue(), ['20120207T181500Z', '20120208T181500Z', '20120209T18150…
H A DExpandEventsDTSTARTandDTENDbyDayTest.php93 …$this->assertContains($child->getValue(), array('20120214T171500Z', '20120216T171500Z'), 'DTSTART …
96 …$this->assertContains($child->getValue(), array('20120214T181500Z', '20120216T181500Z'), 'DTEND is…
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php353 …$this->assertContains((string)$fb, $expected, "$fb did not appear in our list of expected freebusy…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php353 …$this->assertContains((string)$fb, $expected, "$fb did not appear in our list of expected freebusy…
/plugin/emoji/_test/
H A Demoji_syntax.test.php13 …$this->assertContains('<img class="emojione" alt="&#x1f604;" 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="&#x1f604;" src="//cdn.jsdelivr.net/emojione/asse…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php503 $this->assertContains(AbstractTrait::class, $traits);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md152 * Fixed [#2333](https://github.com/sebastianbergmann/phpunit/issues/2333): `assertContains()` and `…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php118 …public static function assertContains($needle, $haystack, $message = '', $ignoreCase = false, $che… function in PHPUnit_Framework_Assert
163 static::assertContains(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php514 function assertContains($needle, $haystack, $message = '', $ignoreCase = false, $checkForObjectIden… function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php41 $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 …]
H A DSuiteTest.php231 …$this->assertContains('Test for DataProviderDependencyTest::testDependency skipped by data provide…
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php71 $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/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php63 … $this->assertContains('Unable to parse at line 3 (near "bar").', trim($tester->getDisplay()));
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php108 $this->assertContains('fr', strtolower(setlocale(LC_NUMERIC, 0)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php32 $this->assertContains('fr', strtolower(setlocale(LC_NUMERIC, 0)));
H A DEnvironmentTest.php52 $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 DErrorTest.php26 …$this->assertContains('test'.DIRECTORY_SEPARATOR.'Twig'.DIRECTORY_SEPARATOR.'Tests'.DIRECTORY_SEPA…
H A DTemplateTest.php110 $this->assertContains('is not allowed', $e->getMessage());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php157 … $this->assertContains('Unable to find template "@named/nowhere.html"', $e->getMessage());
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php77 function assertContains($needle, $haystack, $message = '') { function in PHPUnit_Assert
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DUriTest.php23 $this->assertContains('URL;VALUE=URI:http://example.org/', $output);
/plugin/include/_test/
H A Dlocallink_conversion.test.php
H A Dmedia_linktitle_conversion.test.php
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …got "+I+" which was more than "+l+" away",Math.abs(i-I)<l);}function assertContains(){_validateArg… function

12