Example #1
0
 public function testLoad()
 {
     $this->extension->load(array(), $this->container);
 }
Example #2
0
 public function testLoadWithConfigs()
 {
     $this->extension->load([['my_tasks_in_calendar' => false]], $this->container);
     $this->assertFalse($this->container->getParameter('orocrm_task.calendar_provider.my_tasks.enabled'));
 }