diff --git a/composer.json b/composer.json index 51d4abad825..806a9a98d98 100644 --- a/composer.json +++ b/composer.json @@ -42,8 +42,7 @@ "src/Core/functions.php", "src/Collection/functions.php", "src/I18n/functions.php", - "src/Utility/bootstrap.php", - "src/TestSuite/phpunit-forward-compat.php" + "src/Utility/bootstrap.php" ] }, "autoload-dev": { diff --git a/src/TestSuite/Constraint/EventFired.php b/src/TestSuite/Constraint/EventFired.php index 0223458ba3e..917ca191fca 100644 --- a/src/TestSuite/Constraint/EventFired.php +++ b/src/TestSuite/Constraint/EventFired.php @@ -1,6 +1,13 @@