Home
last modified time | relevance | path

Searched refs:bar (Results 226 – 250 of 495) sorted by last modified time

12345678910>>...20

/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 D445.phpt29 +'bar'
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt47 - 'foo' => 'bar'
48 + 'bar' => 'foo'
55 Failed asserting that 'bar' matches expected null.
66 +'bar'
77 -bar
107 +bar
H A Dfailure-reverse-list.phpt57 +bar
85 -bar
98 +'bar'
104 Failed asserting that 'bar' matches expected null.
115 - 'foo' => 'bar'
116 + 'bar' => 'foo'
H A Dfailure.phpt46 - 'foo' => 'bar'
47 + 'bar' => 'foo'
54 Failed asserting that 'bar' matches expected null.
65 +'bar'
76 -bar
106 +bar
H A Dphpt-env.phpt4 FOO=bar
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DFailureTest.php20 $b->bar = 'foo';
H A DMockable.php17 public function bar() function in Mockable
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
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/sebastian/diff/
H A DREADME.md23 print $differ->diff('foo', 'bar');
32 +bar
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml22 hash: { name: Steve, foo: bar }
24 ['hash' => ['name' => 'Steve', 'foo' => 'bar']]
H A Dmultiple_lines_as_literal_block.yml2 single_line: 'foo bar baz'
7 bar
H A DnumericMappingKeys.yml7 0: bar
9 [1 => 'foo', 0 => 'bar']
H A DsfComments.yml6 ex1: "foo # bar"
7 ex2: "foo # bar" # comment
8 ex3: 'foo # bar' # comment
14 …['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo', 'ex5' => 'foo',…
23 bar: foo
42 foo: '#bar'
44 ['foo' => '#bar']
52 foo: bar # a comment
54 ['foo' => 'bar']
66 yaml: 'foo#bar: baz'
[all …]
H A DsfMergeKey.yml14 bar:
22 foo: bar
23 bar: foo
24 bar_inline: {a: before, d: other, <<: *foo, b: new, x: Oren, c: { foo: bar, bar: foo}}
51 …'bar' => ['a' => 'before', 'd' => 'other', 'e' => null, 'b' => 'new', 'c' => ['foo' => 'bar', 'bar
52 …' => ['a' => 'before', 'd' => 'other', 'b' => 'new', 'c' => ['foo' => 'bar', 'bar' => 'foo'], 'e' …
H A DsfObjects.yml6 ex1: "foo # bar"
7 ex2: "foo # bar" # comment
8 ex3: 'foo # bar' # comment
11 ['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo']
H A DsfQuotes.yml6 foo: '| bar'
14 "foo1": bar
15 'foo2': bar
16 "foo \" bar": bar
17 'foo '' bar': bar
18 'foo3: ': bar
20 foo5: { "foo \" bar: ": bar, 'foo '' bar: ': bar }
25 'foo " bar' => 'bar',
26 'foo \' bar' => 'bar',
30 'foo " bar: ' => 'bar',
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst308 …or(field = "type", disabled = false, map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
552 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
577 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
H A Dxml_reference.rst8 …<class name="Fully\Qualified\ClassName" exclusion-policy="ALL" xml-root-name="foo-bar" exclude="tr…
34 groups="foo,bar"
43 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
47 <value>bar</value>
51 <callback-method name="bar" type="post-serialize" />
69 groups="foo,bar"
88 groups="foo,bar"
98 <value>bar</value>
101 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
H A Dyml_reference.rst20 groups: [foo, bar]
53 groups: [foo, bar]
66 entry_name: bar
75 pre_serialize: [foo, bar]
76 post_serialize: [foo, bar]
77 post_deserialize: [foo, bar]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DSimpleObject.php19 private $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObject
24 public function __construct($foo, $bar) argument
27 $this->bar = $bar;
37 return $this->bar;
H A DSimpleObjectWithStaticProp.php19 private static $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObjectWithStaticProp
24 public function __construct($foo, $bar) argument
27 self::$bar = $bar;

12345678910>>...20