getActionName() public method

public getActionName ( ) : string
return string
Beispiel #1
0
 public function testGetActionName()
 {
     $value = $this->object->getActionName();
     $this->assertNull($value);
 }