Commit c9b85682 authored by Steve Müller's avatar Steve Müller

use more declarative name for test case

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