/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/ |
H A D | MockObjectTest.php | 65 $mock->doSomething(); 76 $mock->doSomething(); 77 $mock->doSomething(); 88 $mock->doSomething(); 89 $mock->doSomething(); 100 $mock->doSomething(); 101 $mock->doSomething(); 102 $mock->doSomething(); 113 $mock->doSomething(); 114 $mock->doSomething(); [all …]
|
H A D | ProxyObjectTest.php | 24 $this->assertEquals('result', $foo->doSomething($proxy));
|
H A D | GeneratorTest.php | 100 $this->assertEquals('testing', $mock->doSomething());
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ |
H A D | StaticMockTestClass.php | 4 public static function doSomething() function in StaticMockTestClass 10 return static::doSomething();
|
H A D | AnInterface.php | 4 public function doSomething(); function
|
H A D | AbstractMockTestClass.php | 4 abstract public function doSomething(); function in AbstractMockTestClass
|
H A D | Foo.php | 4 public function doSomething(Bar $bar) function in Foo
|
H A D | AbstractTrait.php | 4 abstract public function doSomething(); function
|
H A D | SomeClass.php | 4 public function doSomething($a, $b) function in SomeClass
|
H A D | SingletonClass.php | 9 public function doSomething() function in SingletonClass
|
H A D | PartialMockTestClass.php | 11 public function doSomething() function in PartialMockTestClass
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A D | AssertionExample.php | 4 public function doSomething() function in AssertionExample
|
H A D | AssertionExampleTest.php | 8 $e->doSomething();
|
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/fixtures/ |
H A D | patch2.txt | 18 public function doSomething() {
|
/plugin/smtp/subtree/php-fig/log/ |
H A D | README.md | 29 public function doSomething()
|
/plugin/webdav/vendor/psr/log/ |
H A D | README.md | 36 public function doSomething()
|
/plugin/authgooglesheets/vendor/psr/log/ |
H A D | README.md | 36 public function doSomething()
|
/plugin/elasticsearch/vendor/psr/log/ |
H A D | README.md | 36 public function doSomething()
|
/plugin/dw2pdf/vendor/psr/log/ |
H A D | README.md | 36 public function doSomething()
|
/plugin/elasticsearch/vendor/react/promise/ |
H A D | README.md | 308 return doSomething(); 316 Similar asynchronous code (with `doSomething()` that returns a promise) can be 320 return doSomething()
|