assertion fix
This commit is contained in:
parent
79bf84e1ad
commit
759836113f
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class SQLFilterTest extends \Doctrine\Tests\OrmFunctionalTestCase
|
|||
$reflMethod = new \ReflectionMethod('Doctrine\ORM\Query\Filter\SQLFilter', 'getConnection');
|
||||
$reflMethod->setAccessible(true);
|
||||
|
||||
$this->assertTrue($reflMethod->invoke($filter) === $conn);
|
||||
$this->assertSame($conn, $reflMethod->invoke($filter));
|
||||
}
|
||||
|
||||
public function testSQLFilterSetParameterInfersType()
|
||||
|
|
Loading…
Add table
Reference in a new issue