Пример #1
0
 public function testLoadStoredSettings()
 {
     $entity = 'test';
     $entityId = 1;
     $this->userScopeManager->expects($this->once())->method('loadStoredSettings')->with($entity, $entityId);
     $this->manager->loadStoredSettings($entity, $entityId);
 }