Home
last modified time | relevance | path

Searched refs:bar (Results 201 – 225 of 495) sorted by path

12345678910>>...20

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_implementing_interface_call_parent_constructor.phpt7 public function __construct($bar);
12 public function __construct($bar)
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt7 public function __construct($bar);
12 public function __construct($bar)
H A Dclass_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array('bar'), 'MockFoo', true, true)
7 public function bar(Foo $foo)
22 array('bar'),
35 private $__phpunit_configurable = ['bar'];
42 public function bar(Foo $foo)
57 'Foo', 'bar', $arguments, '', $this, true
H A Dinterface.phpt7 public function bar(Foo $foo);
29 private $__phpunit_configurable = ['bar'];
36 public function bar(Foo $foo)
51 'Foo', 'bar', $arguments, '', $this, true
H A Dinvocation_object_clone_object.phpt7 public function bar(Foo $foo)
36 private $__phpunit_configurable = ['bar', 'baz'];
43 public function bar(Foo $foo)
58 'Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_class.phpt9 public function bar(Foo $foo)
37 private $__phpunit_configurable = ['bar', 'baz'];
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt9 public function __construct($bar);
14 public function __construct($bar)
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt9 public function __construct($bar);
14 public function __construct($bar)
H A Dnamespaced_class_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array('bar'), 'MockFoo', true, true)
9 public function bar(Foo $foo)
24 array('bar'),
37 private $__phpunit_configurable = ['bar'];
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_interface.phpt9 public function bar(Foo $foo);
31 private $__phpunit_configurable = ['bar'];
38 public function bar(NS\Foo $foo)
53 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dnullable_types.phpt11 public function bar(?int $x)
35 private $__phpunit_configurable = ['bar'];
42 public function bar(?int $x)
57 'Foo', 'bar', $arguments, '', $this, true
H A Dproxy.phpt7 public function bar(Foo $foo)
31 private $__phpunit_configurable = ['bar', 'baz'];
38 public function bar(Foo $foo)
53 'Foo', 'bar', $arguments, '', $this, true
57 return call_user_func_array(array($this->__phpunit_originalObject, "bar"), $arguments);
H A Dreturn_type_declarations_nullable.phpt11 public function bar(string $baz): ?string;
33 private $__phpunit_configurable = ['bar'];
40 public function bar(string $baz): ?string
55 'Foo', 'bar', $arguments, '?string', $this, true
H A Dreturn_type_declarations_object_method.phpt11 public function bar(string $baz): Bar
36 private $__phpunit_configurable = ['bar'];
43 public function bar(string $baz): Bar
58 'Foo', 'bar', $arguments, 'Bar', $this, true
H A Dreturn_type_declarations_self.phpt11 public function bar(string $baz): self;
33 private $__phpunit_configurable = ['bar'];
40 public function bar(string $baz): Foo
55 'Foo', 'bar', $arguments, 'Foo', $this, true
H A Dreturn_type_declarations_static_method.phpt11 public static function bar(string $baz): Bar
36 private $__phpunit_configurable = ['bar'];
43 public static function bar(string $baz): Bar
45 …throw new PHPUnit_Framework_MockObject_BadMethodCallException('Static method "bar" cannot be invok…
H A Dreturn_type_declarations_void.phpt11 public function bar(string $baz): void;
33 private $__phpunit_configurable = ['bar'];
40 public function bar(string $baz): void
55 'Foo', 'bar', $arguments, 'void', $this, true
H A Dscalar_type_declarations.phpt11 public function bar(string $baz)
35 private $__phpunit_configurable = ['bar'];
42 public function bar(string $baz)
57 'Foo', 'bar', $arguments, '', $this, true
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php826 $foo->bar($a, $b, $c);
851 $foo->bar($a, $b, $c);
875 $this->assertNull($foo->bar($a, $b, $c));
897 $this->assertNull($foo->bar($a, $b, $c));
1031 $mock->bar('call_' . $i);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DFoo.php4 public function doSomething(Bar $bar) argument
6 return $bar->doSomethingElse();
H A DMethodCallbackByReference.php4 public function bar(&$a, &$b, $c) function in MethodCallbackByReference
6 Legacy::bar($a, $b, $c);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php599 $this->assertNull($mock->bar());
608 $this->assertTrue($mock->bar());
617 $this->assertTrue($mock->bar());
648 $this->assertNull($mock->bar());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D433.phpt28 +'bar'
H A D445.phpt29 +'bar'
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D783.phpt7 $_SERVER['argv'][3] = 'foo,bar';

12345678910>>...20