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

Update QueryBuilderTest.php

fixed typo
parent ac32b4b8
......@@ -639,7 +639,7 @@ class QueryBuilderTest extends \Doctrine\Tests\DbalTestCase
$this->setExpectedException('QueryException');
$this->assertEquals(
'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