Lines Matching refs:assertEquals

42         $this->assertEquals($expected, var_export($this->parser->parse($yaml), true), $comment);
72 …$this->assertEquals('A YAML file cannot contain tabs as indentation at line 2 (near "'.strpbrk($ya…
85 $this->assertEquals('foo', $this->parser->parse($yaml));
430 …$this->assertEquals(['foo' => new B(), 'bar' => 1], $this->parser->parse($input, Yaml::PARSE_OBJEC…
439 …$this->assertEquals(['foo' => null, 'bar' => 1], $this->parser->parse($input), '->parse() does not…
449 $this->assertEquals($expected, $this->parser->parse($yaml, $flags));
908 $this->assertEquals(['hash' => null], Yaml::parse($input));
913 $this->assertEquals([
939 $this->assertEquals(['content' => <<<'EOT'
967 $this->assertEquals([['content' => <<<'EOT'
996 $this->assertEquals([[
1028 $this->assertEquals([
1060 $this->assertEquals(['foo' => 1, 'bar' => 2], $this->parser->parse($yaml));
1114 $this->assertEquals($expected, $this->parser->parse($yaml));
1421 … $this->assertEquals(['date' => $expectedDate], $this->parser->parse($yaml, Yaml::PARSE_DATETIME));
1565 $this->assertEquals("foo bar\nbaz", $this->parser->parse("foo\nbar\n\nbaz"));
1573 $this->assertEquals($expected, $this->parser->parse($yaml));
1637 …$this->assertEquals(new TaggedValue('foo', ['foo' => 'bar']), $this->parser->parse('!foo {foo: bar…
1645 $this->assertEquals($expected, $this->parser->parse($yaml, Yaml::PARSE_CUSTOM_TAGS));
1833 $this->assertEquals($trickyVal, $arrayFromYaml);
1914 $this->assertEquals($expected, $this->parser->parse($yaml, Yaml::PARSE_OBJECT_FOR_MAP));
2011 $this->assertEquals($expected, $this->parser->parse($yaml, Yaml::PARSE_OBJECT_FOR_MAP));