@@ -51,6 +51,10 @@ |
||
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 { |
@@ -51,6 +51,10 @@ |
||
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 { |