Commit 7a06b5b1 authored by jarekj's avatar jarekj

Update QueryBuilderTest.php

fixed typo
parent f06e1266
...@@ -880,7 +880,7 @@ class QueryBuilderTest extends \Doctrine\Tests\DbalTestCase ...@@ -880,7 +880,7 @@ class QueryBuilderTest extends \Doctrine\Tests\DbalTestCase
$this->setExpectedException('QueryException'); $this->setExpectedException('QueryException');
$this->assertEquals( $this->assertEquals(
'dumb string', 'dumb string',
$qb->getSQL(), $qb->getSQL()
); );
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment