Home
last modified time | relevance | path

Searched refs:doSomething (Results 1 – 20 of 20) sorted by last modified time

/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md36 public function doSomething()
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md29 public function doSomething()
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md36 public function doSomething()
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md308 return doSomething();
316 Similar asynchronous code (with `doSomething()` that returns a promise) can be
320 return doSomething()
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md36 public function doSomething()
/plugin/webdav/vendor/psr/log/
H A DREADME.md36 public function doSomething()
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php65 $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 DGeneratorTest.php100 $this->assertEquals('testing', $mock->doSomething());
H A DProxyObjectTest.php24 $this->assertEquals('result', $foo->doSomething($proxy));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DAbstractMockTestClass.php4 abstract public function doSomething(); function in AbstractMockTestClass
H A DAnInterface.php4 public function doSomething(); function
H A DFoo.php4 public function doSomething(Bar $bar) function in Foo
H A DSingletonClass.php9 public function doSomething() function in SingletonClass
H A DAbstractTrait.php4 abstract public function doSomething(); function
H A DPartialMockTestClass.php11 public function doSomething() function in PartialMockTestClass
H A DSomeClass.php4 public function doSomething($a, $b) function in SomeClass
H A DStaticMockTestClass.php4 public static function doSomething() function in StaticMockTestClass
10 return static::doSomething();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DAssertionExample.php4 public function doSomething() function in AssertionExample
H A DAssertionExampleTest.php8 $e->doSomething();
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/fixtures/
H A Dpatch2.txt18 public function doSomething() {