Completed
Push — master ( 4e2c0e...1888d6 )
by Matthew
03:17
created
Tests/DependencyInjection/FreshdeskExtensionTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -59,6 +59,10 @@
 block discarded – undo
59 59
         return $parser->parse($yaml);
60 60
     }
61 61
 
62
+    /**
63
+     * @param string $value
64
+     * @param string $key
65
+     */
62 66
     private function assertParameter($value, $key)
63 67
     {
64 68
         $this->assertEquals($value, $this->containerBuilder->getParameter($key), sprintf('%s parameter is correct', $key));
Please login to merge, or discard this patch.