Fix bug in testsuite that makes oci8 testsuite fail
This commit is contained in:
parent
d6a1075b53
commit
104dd7aa77
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class BasicFunctionalTest extends \Doctrine\Tests\OrmFunctionalTestCase
|
|||
$address->user = null;
|
||||
$this->_em->flush();
|
||||
|
||||
$this->assertFalse($this->_em->getConnection()->fetchColumn("select 1 from cms_addresses where user_id = ".$user->id));
|
||||
$this->assertNotEquals(1, $this->_em->getConnection()->fetchColumn("select 1 from cms_addresses where user_id = ".$user->id));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue