コード例 #1
0
ファイル: CodeTest.php プロジェクト: d-ashesss/php-console
 public function testMakeStyle_color_and_attributes()
 {
     $this->assertEquals("", Code::makeStyle(Code::COLOR_BLACK, Code::COLOR_WHITE, [Code::ATTR_BOLD]));
 }