Home
last modified time | relevance | path

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

12345

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php328 function assertRegExp($pattern, $string, $message = '') { function in PHPUnit_Assert
/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/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/htmldetailstag/_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/icalevents/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php498 …$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/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/ifauthex/_test/
H A Dgeneral.test.php321 $this->assertRegExp('/^https?:\/\//', $info['url']);
323 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/plugin/imagemapping/_test/
H A Dgeneral.test.php
/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/instantpage/_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/ipban/_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/issuelinks/_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/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/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/linkfix/_test/
H A Dgeneral.test.php28 $this->assertRegExp('/^https?:\/\//', $info['url']);
30 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
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);
/plugin/listusergroup/_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/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/log404/_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/mapillary/_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/mediacacheconfig/_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/mediarename/_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/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/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']);
/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']);

12345