Пример #1
0
 public function testSafeColorName()
 {
     $this->assertRegExp('/^[\\w]+$/', Color::safeColorName());
 }