Home
last modified time | relevance | path

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

12345

/plugin/structstatus/_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/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/svgpureinsert/_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/swarmwebhook/_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/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/tablelayout/_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/telleveryone/_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/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/top/_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/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/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/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/twitter/_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/uncmap/_test/
H A Duncmap.test.php31 $this->assertRegExp('/^https?:\/\//', $info['url']);
33 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/vimeo/_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/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/watchcycle/_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/webcomponent/_test/
H A Dgeneral.test.php35 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
40 $this->assertRegExp('/^https?:\/\//', $info['url']);
/plugin/webdav/_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/webdavclient/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/xlsx2dw/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->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/yuriigantt/_test/
H A Dgeneral.test.php49 $this->assertRegExp('/^https?:\/\//', $info['url']);
51 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);

12345