Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 3, 2020
1 parent a5140e0 commit ab462b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - Unreleased
## [2.0.0] - 2020-12-03
### Added
- Support for PHP 8

### Removed
- Support for PHP 7.0 and 7.1

Expand Down Expand Up @@ -47,7 +50,7 @@ First version

[#2]: https://github.com/middlewares/proxy/issues/2

[2.0.0]: https://github.com/middlewares/proxy/compare/v1.1.1...HEAD
[2.0.0]: https://github.com/middlewares/proxy/compare/v1.1.1...v2.0.0
[1.1.1]: https://github.com/middlewares/proxy/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/middlewares/proxy/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/middlewares/proxy/compare/v0.3.0...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion tests/ProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testError()
{
$response = Dispatcher::run(
[
new Proxy(Factory::createUri('http://not-found.com')),
new Proxy(Factory::createUri('https://github.com/404')),
],
Factory::createServerRequest('GET', 'http://example.com/middlewares/psr15-middlewares')
);
Expand Down

0 comments on commit ab462b3

Please sign in to comment.