Skip to content

Commit d6adfae

Browse files
committed
Fix tests
1 parent 3bffb20 commit d6adfae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

templates/phpstorm-metadata/phpstorm.meta.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace PHPSTORM_META {
1010
{% endfor %}
1111
])
1212
);
13-
13+
1414
override(
1515
\Symfony\Component\DependencyInjection\ContainerInterface::get(0),
1616
map([

tests/dcg/Generator/_phpstorm_meta.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
])
1010
);
1111

12+
override(
13+
\Symfony\Component\DependencyInjection\ContainerInterface::get(0),
14+
map([
15+
'foo' => '\Foo',
16+
])
17+
);
18+
1219
override(
1320
\Drupal\Core\Entity\EntityTypeManagerInterface::getStorage(0),
1421
map([

0 commit comments

Comments
 (0)