Ejemplo n.º 1
0
 public function testInformationGetterAndSetter()
 {
     $info = ['controller' => 'MyController'];
     $this->rule->setInformation($info);
     $this->assertEquals($info, $this->rule->getInformation());
 }