Completed
Pull Request — master (#5667)
by Jeroen De
15:27
created
tests/Doctrine/Tests/ORM/Query/CustomTreeWalkersTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -51,6 +51,10 @@
 block discarded – undo
51 51
         $this->_em = $this->_getTestEntityManager();
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $dqlToBeTested
56
+     * @param string $sqlToBeConfirmed
57
+     */
54 58
     public function assertSqlGeneration($dqlToBeTested, $sqlToBeConfirmed)
55 59
     {
56 60
         try {
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Query/DeleteSqlGenerationTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -51,6 +51,10 @@
 block discarded – undo
51 51
         $this->_em = $this->_getTestEntityManager();
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $dqlToBeTested
56
+     * @param string $sqlToBeConfirmed
57
+     */
54 58
     public function assertSqlGeneration($dqlToBeTested, $sqlToBeConfirmed)
55 59
     {
56 60
         try {
Please login to merge, or discard this patch.