Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly setUp and tearDown HTTPTest
Initialize `Request::$initial` for HTTPTest::test_redirect. After initializing `Request::$initial`, it is probably better to set it to `NULL` instead of using `$this->_initial_request` to temporary save the value. But I prefered to keep things in conformity with `RequestTest` for the time being.
- Loading branch information