Пример #1
0
 public function testHexColor()
 {
     $this->assertRegExp('/^#[a-f0-9]{6}$/i', Color::hexColor());
 }