Example #1
0
 public function testSetTestEnviroment()
 {
     $request = new Request();
     $request->setTestEnviroment();
     $this->assertFalse($request->isProductionEnviroment());
 }