Searched refs:assertStringStartsWith (Results 1 – 13 of 13) sorted by relevance
| /plugin/structautolink/_test/ |
| D | RendererTest.php | 66 $this->assertStringStartsWith('Was wir über <a href', $result);
|
| /plugin/yuriigantt/_test/Drivers/ |
| 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/aichat/_test/ |
| D | TextSplitterTest.php | 110 $this->assertStringStartsWith('Third sentence.', $chunks[1]);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/ |
| D | MockObjectTest.php | 907 $this->assertStringStartsWith( 920 $this->assertStringStartsWith( 934 $this->assertStringStartsWith('Mock_GoogleSearch_', get_class($a));
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
| D | ConfigurationTest.php | 253 $this->assertStringStartsWith($path, ini_get('include_path'));
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
| D | CliTest.php | 191 $this->assertStringStartsWith(
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
| D | CliTest.php | 192 $this->assertStringStartsWith(
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
| 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/ |
| 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/ |
| D | Functions.php | 1383 function assertStringStartsWith($prefix, $string, $message = '') function
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
| D | Assert.php | 1792 public static function assertStringStartsWith($prefix, $string, $message = '') function in PHPUnit_Framework_Assert
|