Home
last modified time | relevance | path

Searched refs:assertStringStartsWith (Results 1 – 12 of 12) sorted by relevance

/plugin/structautolink/_test/
DRendererTest.php66 $this->assertStringStartsWith('Was wir über <a href', $result);
/plugin/yuriigantt/_test/Drivers/
Dembedded.test.php56 $this->assertStringStartsWith('~~~~GANTT~~~~', $instructions[1][1][3]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
DAbstractDigestTest.php121 $this->assertStringStartsWith(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
DMockObjectTest.php907 $this->assertStringStartsWith(
920 $this->assertStringStartsWith(
934 $this->assertStringStartsWith('Mock_GoogleSearch_', get_class($a));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
DConfigurationTest.php253 $this->assertStringStartsWith($path, ini_get('include_path'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DCliTest.php191 $this->assertStringStartsWith(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DCliTest.php192 $this->assertStringStartsWith(
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DCliTest.php192 $this->assertStringStartsWith(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
DCliTest.php192 $this->assertStringStartsWith(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DAssertTest.php3022 $this->assertStringStartsWith(null, null);
3030 $this->assertStringStartsWith('', null);
3083 $this->assertStringStartsWith('prefix', 'prefixfoo');
3086 $this->assertStringStartsWith('prefix', 'foo');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
DFunctions.php1383 function assertStringStartsWith($prefix, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php1792 public static function assertStringStartsWith($prefix, $string, $message = '') function in PHPUnit_Framework_Assert