コード例 #1
0
ファイル: ColorTest.php プロジェクト: randsonjs/cli-color
 /**
  * undocumented function
  *
  * @return void
  **/
 public function testColorMessage()
 {
     return Color::message('Hey, this a message of test :)');
 }