public function testSfSetErrorStyle__背景色変更用の文字列が返る()
 {
     $this->expected = 'style="background-color:#ffe8e8"';
     $this->actual = SC_Utils::sfSetErrorStyle();
     $this->verify();
 }