function testNewRequest()
 {
     $singleton = new VF_Singleton();
     $request = $singleton->getRequest();
     // make sure it doesn't run Magento specific code here
     $this->assertNull($request);
     // we won't get here if it did.
 }