Completed
Push — master ( 13db45...8df8d1 )
by Matthew
06:01
created
Tests/Controller/TrendsControllerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
         $this->runJsCssTest($response);
30 30
     }
31 31
 
32
+    /**
33
+     * @param \Symfony\Component\DependencyInjection\Container $container
34
+     */
32 35
     public function runTimingsActionTests($container)
33 36
     {
34 37
         $trendsController = new TrendsController();
Please login to merge, or discard this patch.