1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: James Valleroy <jvalleroy@mailbox.org>
Date: Tue, 21 Dec 2021 12:32:59 -0500
Subject: phpunit: Remove SpeedTrapListener
SpeedTrap is not packaged currently, and it does not seem worthwhile
to package it just for this test suite.
Forwarded: not-needed
---
phpunit.xml.dist | 3 ---
1 file changed, 3 deletions(-)
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 190c718..96cd01b 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -15,7 +15,4 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
- <listeners>
- <listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener" />
- </listeners>
</phpunit>
|