Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Fix "Creation of dynamic property" warnings in PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 27, 2022
1 parent 9369fbe commit f2c48b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Assertions change log

## ?.?.? / ????-??-??

## 4.1.2 / 2022-02-27

* Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid

## 4.1.1 / 2021-10-25

* Made library compatible with XP 11 - @thekid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use util\Objects;

abstract class AbstractAssertionsTest extends \unittest\TestCase {
private $failed;

public function setUp() {
$this->failed= Assertions::enter(new AssertionsFailed());
Expand Down

0 comments on commit f2c48b7

Please sign in to comment.