public function testCurrentRequest()
 {
     $this->assertEquals(null, HttpRequest::currentRequest(), 'Current request (should be NULL on CLI)');
 }