public function testFormatAction()
 {
     $this->assertSame('', $this->target->formatAction(null));
     $name = 'name';
     $this->assertSame($name, $this->target->formatAction($name));
 }