public function testRegisterProcessor()
 {
     $processors = [$this->processor1, $this->processor2];
     $this->assertEquals($processors, $this->delegate->getProcessors());
 }