Removed invalid default argument.
This commit is contained in:
parent
f86e1ba66c
commit
2518f0687c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue