Completed
Push — master ( f9cc06...922991 )
by Andreas
34:47 queued 25:35
created
Tests/DependencyInjection/DoctrineExtensionTest.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -725,6 +725,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.