printGreeting() public static method

public static printGreeting ( )
Ejemplo n.º 1
0
 public function performAction($args)
 {
     PradoCommandLineInterpreter::printGreeting();
     $this->createTestFixtures($args[1]);
     return true;
 }