function testShouldSetProcessURL()
 {
     $singleton = new VF_Singleton();
     $singleton->setProcessURL('foo');
     $this->assertEquals('foo', $singleton->processUrl(), 'should set process URL');
 }