Completed
Push — master ( 16b58d...ac063d )
by Matthew
09:38
created
Tests/Controller/TrendsControllerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
         $this->runTimingsActionTests($container);
21 21
     }
22 22
 
23
+    /**
24
+     * @param \Symfony\Component\DependencyInjection\Container $container
25
+     */
23 26
     public function runTimingsActionTests($container)
24 27
     {
25 28
         $trendsController = new TrendsController();
Please login to merge, or discard this patch.