Completed
Pull Request — 3.x-dev-kit (#506)
by Sullivan
19:24 queued 17:29
created
tests/Entity/PostManagerTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@  discard block
 block discarded – undo
64 64
         ;
65 65
     }
66 66
 
67
+    /**
68
+     * @param integer $flag
69
+     */
67 70
     public function assertPostEnabled($qb, $flag)
68 71
     {
69 72
         $qb->expects($this->once())->method('andWhere')->with($this->equalTo('p.enabled = :enabled'));
@@ -249,6 +252,9 @@  discard block
 block discarded – undo
249 252
         $this->assertSame(new \DateTime('2010-03-10'), $result['params']['endDate']);
250 253
     }
251 254
 
255
+    /**
256
+     * @param \Closure $qbCallback
257
+     */
252 258
     protected function getPostManager($qbCallback)
253 259
     {
254 260
         $em = EntityManagerMockFactory::create($this, $qbCallback, []);
Please login to merge, or discard this patch.