Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Remove file_get_contents override and incorrect/invaluable tests
Overriding file_get_contents introduces different behaviour from the native function, such as the $http_response_headers missing. Removing the override revealed two test (testing a specific return path of the file_get_contents method rather then testing the behaviour or result of the subject under test) which had different behaviour between the test and runtime, therefor these tests have been removed.
- Loading branch information