From a68221f4e069731c12ea4e6c369be4fa95c96599 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 3 Jun 2021 20:28:57 +0200 Subject: [PATCH] try a TimeAndMemoryTestListener --- composer.json | 1 + phpunit.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/composer.json b/composer.json index f07b6b2c5c6..b678b85121e 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "php": "^8.0", "ext-dom": "*", "ext-json": "*", + "atrapalo/phpunit-memory-and-time-usage-listener": "^1.0", "composer/semver": "^3.2", "composer/xdebug-handler": "^2.0", "danielstjules/stringy": "^3.1", diff --git a/phpunit.xml b/phpunit.xml index fb3fba5c508..bc55055f832 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -16,6 +16,10 @@ + + + +