#5987 CS: spacing after !
(not) operator
This commit is contained in:
parent
24da9061b9
commit
3cd7b8c951
@ -126,6 +126,7 @@ class LockTest extends OrmFunctionalTestCase
|
||||
public function testLockPessimisticWrite()
|
||||
{
|
||||
$writeLockSql = $this->_em->getConnection()->getDatabasePlatform()->getWriteLockSQL();
|
||||
|
||||
if (! $writeLockSql) {
|
||||
$this->markTestSkipped('Database Driver has no Write Lock support.');
|
||||
}
|
||||
@ -157,6 +158,7 @@ class LockTest extends OrmFunctionalTestCase
|
||||
public function testLockPessimisticRead()
|
||||
{
|
||||
$readLockSql = $this->_em->getConnection()->getDatabasePlatform()->getReadLockSQL();
|
||||
|
||||
if (! $readLockSql) {
|
||||
$this->markTestSkipped('Database Driver has no Write Lock support.');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user