public function testSfTrimURL_URL末尾にスラッシュがない場合_文字列に変化がない()
 {
     $input = 'http://www.example.co.jp';
     $this->expected = $input;
     $this->actual = SC_Utils::sfTrimURL($input);
     $this->verify();
 }