Home
last modified time | relevance | path

Searched refs:assertRegExp (Results 1 – 25 of 123) sorted by relevance

12345

/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/datatables/_test/
H A Dgeneral.test.php
/plugin/clippy/_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/cloudstorage/_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/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/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/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/authucenter/_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/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/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/icons/_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/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/newsticker/_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/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/articlelinks/_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/bootswrapper/_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/advanced/_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/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/semantic/_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/smtp/_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/latexit/_test/
H A Dgeneral.test.php32 $this->assertRegExp('/^https?:\/\//', $info['url']);
34 $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/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']);

12345