getControllerName() public méthode

public getControllerName ( ) : string
Résultat string
 public function testGetControllerName()
 {
     $value = $this->object->getControllerName();
     $this->assertNull($value);
 }