예제 #1
0
 public function testMakeStyle_color_and_attributes()
 {
     $this->assertEquals("", Code::makeStyle(Code::COLOR_BLACK, Code::COLOR_WHITE, [Code::ATTR_BOLD]));
 }