@@ -725,6 +725,9 @@ discard block |
||
725 | 725 | $this->assertFalse($container->hasDefinition('doctrine.dbal.bar_shard_manager')); |
726 | 726 | } |
727 | 727 | |
728 | + /** |
|
729 | + * @param string $vendor |
|
730 | + */ |
|
728 | 731 | private function getContainer($bundles = 'YamlBundle', $vendor = null) |
729 | 732 | { |
730 | 733 | $bundles = (array) $bundles; |
@@ -751,6 +754,10 @@ discard block |
||
751 | 754 | $this->assertEquals($args, $definition->getArguments(), "Expected and actual DIC Service constructor arguments of definition '" . $definition->getClass() . "' don't match."); |
752 | 755 | } |
753 | 756 | |
757 | + /** |
|
758 | + * @param integer $pos |
|
759 | + * @param string $methodName |
|
760 | + */ |
|
754 | 761 | private function assertDICDefinitionMethodCallAt($pos, Definition $definition, $methodName, array $params = null) |
755 | 762 | { |
756 | 763 | $calls = $definition->getMethodCalls(); |