Home
last modified time | relevance | path

Searched refs:assertRegExp (Results 76 – 100 of 123) sorted by relevance

12345

/plugin/structpublish/_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/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/today/_test/
H A DGeneralTest.php37 self::assertRegExp('/^https?:\/\//', $info[ 'url' ]);
39 self::assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info[ 'date' ]);
/plugin/yearbox/_test/
H A DGeneralTest.php34 self::assertRegExp('/^https?:\/\//', $info['url']);
36 self::assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/simplemap/_test/
H A DGeneralSimplemapTest.php37 self::assertRegExp('/^https?:\/\//', $info[ 'url' ]);
39 self::assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info[ 'date' ]);
/plugin/reqlang/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/csv/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/passpolicy/_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/lms/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/vshare/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/simplenavi/_test/
H A DGeneralTest.php
/plugin/tplinc/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/tos/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/structgantt/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/navi/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/structautolink/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/structacl/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/farmer/_test/
H A DGeneralTest.php
/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/translation/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/imapmarkers/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/structtasks/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/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']);

12345