@@ -30,7 +30,7 @@ |
||
30 | 30 | { |
31 | 31 | try { |
32 | 32 | $entity = $this->_em->find(GH7366Entity::class, 1, LockMode::OPTIMISTIC); |
33 | - }catch(TransactionRequiredException $e){ |
|
33 | + } catch(TransactionRequiredException $e){ |
|
34 | 34 | $this->fail('EntityManager::find() threw TransactionRequiredException with LockMode::OPTIMISTIC'); |
35 | 35 | } |
36 | 36 | $this->assertEquals('baz',$entity->getName()); |