You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/Loader/YamlFileLoaderTest.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ public function testLoadServices()
154
154
$this->assertEquals(array(newReference('baz'), 'getClass'), $services['new_factory2']->getFactory(), '->load() parses the factory tag');
155
155
$this->assertEquals(array('BazClass', 'getInstance'), $services['new_factory3']->getFactory(), '->load() parses the factory tag');
156
156
$this->assertSame(array(null, 'getInstance'), $services['new_factory4']->getFactory(), '->load() accepts factory tag without class');
157
-
$this->assertEquals(array('foo', newReference('baz')), $services['with_shortcut_args']->getArguments(), '->load() parses short service definition');
157
+
$this->assertEquals(array('foo', newReference('baz')), $services['Acme\WithShortCutArgs']->getArguments(), '->load() parses short service definition');
0 commit comments