Home
last modified time | relevance | path

Searched refs:Foo (Results 1 – 25 of 128) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/fixtures/
H A Dpatch2.txt1 diff --git a/Foo.php b/Foo.php
3 --- a/Foo.php
4 +++ b/Foo.php
5 @@ -20,4 +20,5 @@ class Foo
11 @@ -320,4 +320,5 @@ class Foo
17 @@ -600,4 +600,5 @@ class Foo
H A Dpatch.txt1 diff --git a/Foo.php b/Foo.php
3 --- a/Foo.php
4 +++ b/Foo.php
5 @@ -20,4 +20,5 @@ class Foo
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dproxy.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', null, 'ProxyFoo', true, true, true, true)
5 class Foo
7 public function bar(Foo $foo)
11 public function baz(Foo $foo)
21 'Foo', array(), 'ProxyFoo', true, true, true, true
27 class ProxyFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
38 public function bar(Foo $foo)
53 'Foo', 'bar', $arguments, '', $this, true
60 public function baz(Foo $foo)
75 'Foo', 'baz', $arguments, '', $this, true
H A Dclass.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
5 class Foo
7 public function bar(Foo $foo)
11 public function baz(Foo $foo)
21 'Foo',
31 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
42 public function bar(Foo $foo)
57 'Foo', 'bar', $arguments, '', $this, true
64 public function baz(Foo $foo)
79 'Foo', 'baz', $arguments, '', $this, true
H A Dinvocation_object_clone_object.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true, true)
5 class Foo
7 public function bar(Foo $foo)
11 public function baz(Foo $foo)
21 'Foo',
32 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
43 public function bar(Foo $foo)
58 'Foo', 'bar', $arguments, '', $this, true
65 public function baz(Foo $foo)
80 'Foo', 'baz', $arguments, '', $this, true
H A Dnamespaced_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
7 class Foo
9 public function bar(Foo $foo)
13 public function baz(Foo $foo)
23 'NS\Foo',
33 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
66 public function baz(NS\Foo $foo)
81 'NS\Foo', 'baz', $arguments, '', $this, true
H A Dclass_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array('bar'), 'MockFoo', true, true)
5 class Foo
7 public function bar(Foo $foo)
11 public function baz(Foo $foo)
21 'Foo',
31 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
42 public function bar(Foo $foo)
57 'Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_class_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array('bar'), 'MockFoo', true, true)
7 class Foo
9 public function bar(Foo $foo)
13 public function baz(Foo $foo)
23 'NS\Foo',
33 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dinterface.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
5 interface Foo
7 public function bar(Foo $foo);
15 'Foo',
25 class MockFoo implements PHPUnit_Framework_MockObject_MockObject, Foo
36 public function bar(Foo $foo)
51 'Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_interface.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
7 interface Foo
9 public function bar(Foo $foo);
17 'NS\Foo',
27 class MockFoo implements PHPUnit_Framework_MockObject_MockObject, NS\Foo
38 public function bar(NS\Foo $foo)
53 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dreturn_type_declarations_self.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
9 interface Foo
19 'Foo',
29 class MockFoo implements PHPUnit_Framework_MockObject_MockObject, Foo
40 public function bar(string $baz): Foo
55 'Foo', 'bar', $arguments, 'Foo', $this, true
H A Dabstract_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
5 abstract class Foo
21 'Foo',
31 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
57 'Foo', 'one', $arguments, '', $this, true
79 'Foo', 'two', $arguments, '', $this, true
101 'Foo', 'three', $arguments, '', $this, true
H A Dclass_with_method_named_method.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
5 class Foo
17 'Foo',
27 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
53 'Foo', 'method', $arguments, '', $this, true
H A Dscalar_type_declarations.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
9 class Foo
21 'Foo',
31 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
57 'Foo', 'bar', $arguments, '', $this, true
H A Dnullable_types.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
9 class Foo
21 'Foo',
31 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
57 'Foo', 'bar', $arguments, '', $this, true
H A Dreturn_type_declarations_nullable.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
9 interface Foo
19 'Foo',
29 class MockFoo implements PHPUnit_Framework_MockObject_MockObject, Foo
55 'Foo', 'bar', $arguments, '?string', $this, true
H A Dreturn_type_declarations_object_method.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
9 class Foo
22 'Foo',
32 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
58 'Foo', 'bar', $arguments, 'Bar', $this, true
H A Dreturn_type_declarations_void.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
9 interface Foo
19 'Foo',
29 class MockFoo implements PHPUnit_Framework_MockObject_MockObject, Foo
55 'Foo', 'bar', $arguments, 'void', $this, true
H A D232.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
31 class Foo
46 'Foo',
56 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
82 'Foo', 'speak', $arguments, '', $this, true
H A Dclass_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
5 class Foo
17 'Foo',
26 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dclass_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
5 class Foo
17 'Foo',
26 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
10 '\NS\Foo',
22 class Foo
30 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dclass_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
5 class Foo
17 'Foo',
26 class MockFoo extends Foo implements PHPUnit_Framework_MockObject_MockObject
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php14 $request = new Request('GET', 'http://example.org/', ['X-Foo' => 'bar']);
20 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
43 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']);
51 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
71 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']);
109 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], $h);
118 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
136 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], 'boo');
144 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
291 $this->assertEquals('Foo', $result['response']->getBodyAsString());
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_links_reference_style.md1 Foo [bar] [1].
3 Foo [bar][1].
5 Foo [bar]

123456