Completed
Push — master ( d27142...ed8c1b )
by
unknown
04:00 queued 24s
created
Tests/Entity/GalleryManagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
  */
23 23
 class MediaManagerTest extends \PHPUnit_Framework_TestCase
24 24
 {
25
+    /**
26
+     * @param \Closure $qbCallback
27
+     */
25 28
     protected function getMediaManager($qbCallback)
26 29
     {
27 30
         $em = EntityManagerMockFactory::create($this, $qbCallback, array(
Please login to merge, or discard this patch.