コード例 #1
0
 public function testClearCache()
 {
     $this->configManager->expects($this->once())->method('clearCache')->with(new EntityConfigId('testScope', DemoEntity::ENTITY_NAME))->will($this->returnValue(true));
     $this->configProvider->clearCache(DemoEntity::ENTITY_NAME);
 }