1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Removed invalid default argument.

This commit is contained in:
Guilherme Blanco 2011-10-15 00:21:11 -03:00
parent f86e1ba66c
commit 2518f0687c

View file

@ -54,7 +54,7 @@ class SelectSqlGenerationTest extends \Doctrine\Tests\OrmTestCase
* @param array $queryHints * @param array $queryHints
* @param array $queryParams * @param array $queryParams
*/ */
public function assertInvalidSqlGeneration($dqlToBeTested, $expectedException, array $queryHints = array(Query::HINT_FORCE_PARTIAL_LOAD => true), array $queryParams = array()) public function assertInvalidSqlGeneration($dqlToBeTested, $expectedException, array $queryHints = array(), array $queryParams = array())
{ {
$this->setExpectedException($expectedException); $this->setExpectedException($expectedException);