Home
last modified time | relevance | path

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

12345

/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/sqlite/_test/
H A DGeneralTest.php35 $this->assertRegExp('/^https?:\/\//', $info['url']);
37 $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
/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/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/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/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/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DPropertyTest.php55 $this->assertRegExp('/' . $key . '/', $exception->getMessage());
/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/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/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php343 $this->assertRegExp(
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php172 $this->assertRegExp($expected, $cache->generateKey('_test_', \get_class($this)));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php328 function assertRegExp($pattern, $string, $message = '') { function in PHPUnit_Assert
/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/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/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/davcal/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/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/data-au/_test/
H A Dhelper.test.php198 $this->assertRegExp('/[0-9]{4}-[0-9]{2}-[0-9]{2}/', $dataau['sql']);
/plugin/data/_test/
H A Dhelper.test.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1194 function assertRegExp($pattern, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1013 $this->assertRegExp($this->outputExpectedRegex, $this->output);
H A DAssert.php1596 public static function assertRegExp($pattern, $string, $message = '') function in PHPUnit_Framework_Assert

12345