public function testSfGetSearchPageMax_指定がない場合_デフォルト値が返る()
 {
     $this->expected = SEARCH_PMAX;
     $this->actual = SC_Utils::sfGetSearchPageMax();
     $this->verify();
 }