Home
last modified time | relevance | path

Searched refs:assertRegExp (Results 76 – 100 of 123) sorted by last modified time

12345

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php172 $this->assertRegExp($expected, $cache->generateKey('_test_', \get_class($this)));
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DDateTest.php39 …$this->assertRegExp('/^[0-9]+ (second|minute|hour|day|month|year)s* ago$/', $extension->diff($this…
54 …$this->assertRegExp('/^[0-9]+ (second|minute|hour|day|month|year)s* ago$/', $extension->diff($this…
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DPropertyTest.php55 $this->assertRegExp('/' . $key . '/', $exception->getMessage());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1596 public static function assertRegExp($pattern, $string, $message = '') function in PHPUnit_Framework_Assert
H A DTestCase.php1013 $this->assertRegExp($this->outputExpectedRegex, $this->output);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1679 $this->assertRegExp(null, null);
1687 $this->assertRegExp('', null);
1708 $this->assertRegExp('/foo/', 'foobar');
1711 $this->assertRegExp('/foo/', 'bar');
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php343 $this->assertRegExp(
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php37 $this->assertRegExp('/^\/\/ OK in /', trim($tester->getDisplay()));
49 $this->assertRegExp('/^\/\/ OK in /', trim($tester->getDisplay()));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1194 function assertRegExp($pattern, $string, $message = '') function
/plugin/gdpr/_test/
H A DGeneral.test.php33 $this->assertRegExp('/^https?:\/\//', $info['url']);
35 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/feedback/_test/
H A Dgeneral.test.php28 $this->assertRegExp('/^https?:\/\//', $info['url']);
30 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/linkfix/_test/
H A Dlinkfix.test.php28 $this->assertRegExp('/linkfox:linkfix\|case 1/', $text);
40 $this->assertRegExp('/http:\/\/www\.foogle\.com\|case 2/', $text);
52 $this->assertRegExp('/\{\{ something:icon\.png \|case 3\}\}/', $text);
65 $this->assertRegExp('/{{ http:\/\/www\.foogle\.com\/logo.png |case 4}}/', $text);
77 $this->assertRegExp('/\\\\foobar\\share|case 5/', $text);
H A Dgeneral.test.php28 $this->assertRegExp('/^https?:\/\//', $info['url']);
30 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/farmsync/_test/
H A Dgeneral.test.php29 $this->assertRegExp('/^https?:\/\//', $info['url']);
31 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/letsencrypt/_test/
H A Dgeneral.test.php28 $this->assertRegExp('/^https?:\/\//', $info['url']);
30 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/cnmap/_test/
H A Dgeneral.test.php30 $this->assertRegExp('/^https?:\/\//', $info['url']);
32 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/adminperm/_test/
H A Dgeneral.test.php30 $this->assertRegExp('/^https?:\/\//', $info['url']);
32 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/404manager/_test/
H A Ddokuwiki.test.php43 $this->assertRegExp('/^https?:\/\//', $info['url']);
45 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/highlightparent/_test/
H A Dgeneral.test.php28 $this->assertRegExp('/^https?:\/\//', $info['url']);
30 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/pwaoffline/_test/
H A Dgeneral.test.php30 $this->assertRegExp('/^https?:\/\//', $info['url']);
32 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/backlinks2/_test/
H A Dgeneral.test.php46 $this->assertRegExp('/^https?:\/\//', $info['url']);
48 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/cleanoldips/_test/
H A Dgeneral.test.php31 $this->assertRegExp('/^https?:\/\//', $info['url']);
33 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/searchdefaults/_test/
H A Dgeneral.test.php28 $this->assertRegExp('/^https?:\/\//', $info['url']);
30 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/tabbox/_test/
H A Dgeneral.test.php28 $this->assertRegExp('/^https?:\/\//', $info['url']);
30 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/newnamespacepermissions/_test/
H A Dgeneral.test.php28 $this->assertRegExp('/^https?:\/\//', $info['url']);
30 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);

12345