コード例 #1
0
 /**
  * @test
  */
 public function does_not_processes_with_invalid_filter()
 {
     $manager = $this->getMock(ManagerInterface::class);
     $this->dispatcher->expects($this->never())->method('dispatch');
     $result = $this->fixture->process(['each' => ['updateInterval' => 42]], $manager, 'lorem_ipsum');
 }