Commit 42440c33 authored by Steve Müller's avatar Steve Müller

use more declarative name for test case

parent 4e850d97
......@@ -869,7 +869,7 @@ class QueryBuilderTest extends \Doctrine\Tests\DbalTestCase
/**
* @group DBAL-1137
*/
public function testSelectWithJoinWithNonUniqueAlias()
public function testJoinWithNonUniqueAliasThrowsException()
{
$qb = new QueryBuilder($this->conn);
......
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