Searched refs:assertStringStartsWith (Results 1 – 12 of 12) sorted by relevance
/plugin/structautolink/_test/ |
H A D | RendererTest.php | 66 $this->assertStringStartsWith('Was wir über <a href', $result);
|
/plugin/yuriigantt/_test/Drivers/ |
H A D | embedded.test.php | 56 $this->assertStringStartsWith('~~~~GANTT~~~~', $instructions[1][1][3]);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | AbstractDigestTest.php | 121 $this->assertStringStartsWith(
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/ |
H A D | MockObjectTest.php | 907 $this->assertStringStartsWith( 920 $this->assertStringStartsWith( 934 $this->assertStringStartsWith('Mock_GoogleSearch_', get_class($a));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
H A D | ConfigurationTest.php | 253 $this->assertStringStartsWith($path, ini_get('include_path'));
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 192 $this->assertStringStartsWith(
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 191 $this->assertStringStartsWith(
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 192 $this->assertStringStartsWith(
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 192 $this->assertStringStartsWith(
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 3022 $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/ |
H A D | Functions.php | 1383 function assertStringStartsWith($prefix, $string, $message = '') function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1792 public static function assertStringStartsWith($prefix, $string, $message = '') function in PHPUnit_Framework_Assert
|