public function testGetProcessors()
 {
     $this->assertEquals(array(self::FOO_METHOD => $this->processors[self::FOO_METHOD], self::BAR_METHOD => $this->processors[self::BAR_METHOD]), $this->registry->getProcessors());
 }