diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a0eb7..fb6872d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses [Semantic Versioning](http://semver.org/). +This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and uses [Semantic Versioning](https://semver.org/). ## [Unreleased] diff --git a/README.md b/README.md index 9bd32e5..1f6bfe8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ PHPUnit Polyfills ===================================================== -[![Version](https://poser.pugx.org/yoast/phpunit-polyfills/version)](//packagist.org/packages/yoast/phpunit-polyfills) + Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests. @@ -473,7 +476,7 @@ if ( self::shouldClosedResourceAssertionBeSkipped( $actual ) === false ) { ``` > :point_right: While this polyfill is tested extensively, testing for these kind of bugs _exhaustively_ is _hard_. -> Please [report any bugs](https://github.com/Yoast/PHPUnit-Polyfills/issues/new/choose) found and include a clear code sample to reproduce the issue. +> Please [report any bugs](https://github.com/Yoast/PHPUnit-Polyfills/issues) found and include a clear code sample to reproduce the issue. #### PHPUnit < 9.4.0: `Yoast\PHPUnitPolyfills\Polyfills\AssertObjectEquals`