コード例 #1
0
 public function testAreaFocusColor()
 {
     $format = new Format();
     $this->assertNull($format->getAreaFocusColor());
     $this->assertSame($format, $format->setAreaFocusColor("test-color"));
     $this->assertEquals("test-color", $format->getAreaFocusColor());
 }