1
0
mirror of synced 2025-02-20 22:23:14 +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 $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);