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