Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitlePrompt()->setTitleColorizer()->setMethodPrompt()->setMethodColorizer()->setOutputPrompt()->setOutputColorizer();
 }
Exemplo n.º 2
0
 public function __construct(atoum\deprecated\rescorer $rescorer)
 {
     parent::__construct();
     $this->setTitlePrompt()->setTitleColorizer()->setMethodPrompt()->setMethodColorizer()->setOutputPrompt()->setOutputColorizer();
     $this->rescorer = $rescorer;
 }