Commit a3326eb5 authored by jarekj's avatar jarekj Committed by Steve Müller

Update QueryBuilderTest.php

fixed typo
parent e4de556c
...@@ -882,7 +882,7 @@ class QueryBuilderTest extends \Doctrine\Tests\DbalTestCase ...@@ -882,7 +882,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