We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd233d commit d7281c2Copy full SHA for d7281c2
src/test/java/fr/adrienbrault/idea/symfony2plugin/tests/dic/yaml/YamlDicCompletionContributorTest.java
@@ -56,16 +56,9 @@ public void testServiceCompletion() {
56
57
assertCompletionContains(YAMLFileType.YML, "services:\n" +
58
" newsletter_manager:\n" +
59
- " parent: @<caret>\n"
+ " parent: <caret>\n"
60
, "data_collector.router"
61
);
62
-
63
- assertCompletionContains(YAMLFileType.YML, "services:\n" +
64
- " newsletter_manager:\n" +
65
66
- , "data_collector.router"
67
- );
68
69
}
70
71
public void testServiceStaticCompletion() {
0 commit comments