function testShouldSetBaseUrl()
 {
     $singleton = new VF_Singleton();
     $singleton->setBaseURL('foo');
     $this->assertEquals('foo', $singleton->getBaseUrl(), 'should set base URL');
 }