Пример #1
0
 public function testPrintError()
 {
     $error = "\n";
     $error .= "        \n";
     $error .= "  ERROR \n";
     $error .= "        \n";
     $error .= "\n";
     $this->expectOutputString($error);
     $this->output->printError('ERROR');
 }