Home
last modified time | relevance | path

Searched refs:assertRegExp (Results 26 – 50 of 123) sorted by path

12345

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php501 …$this->assertRegExp("/^BEGIN:VCARD\r\nVERSION:2.1\r\nUID:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a…
/plugin/dbquery/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
H A DQueryTest.php43 $this->assertRegExp($expect, $R->doc);
/plugin/dev/skel/_test/
H A DGeneralTest.php34 $this->assertRegExp('/^https?:\/\//', $info['url']);
36 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/dropfiles/_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/dw2markdown/_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/dw2pdf/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/dx/_test/
H A DGeneralTest.php37 self::assertRegExp('/^https?:\/\//', $info['url']);
39 self::assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel37 self::assertRegExp('/^https?:\/\//', $info['url']);
39 self::assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/elwikiupgrade/_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/farmer/_test/
H A DGeneralTest.php
/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/feedaggregator/_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/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/fetchmedia/_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/filelisting/_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/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/src/Framework/Assert/
H A DFunctions.php1194 function assertRegExp($pattern, $string, $message = '') function
/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/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/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php172 $this->assertRegExp($expected, $cache->generateKey('_test_', \get_class($this)));

12345