コード例 #1
0
 public function testCallToFlushCanBeSuppressed()
 {
     $this->objectManager->expects($this->never())->method('flush');
     $mappedStatement = Statement::fromModel(StatementFixtures::getMinimalStatement());
     $this->repository->storeStatement($mappedStatement, false);
 }