function testShouldSetHomepageSearchUrl()
 {
     $singleton = new VF_Singleton();
     $singleton->setHomepageSearchURL('foo');
     $this->assertEquals('foo', $singleton->homepageSearchURL(), 'should set homepage search URL');
 }