From 2d2997b775d0149b2f93cb6164ff0f1cfb8dd93a Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Mon, 24 Jun 2024 15:02:32 +0300 Subject: [PATCH] Fix test run fail due to AssertTest.php duplicate The patch removes `test/AssertTest.php` duplicate line from the `test/shared/phpunit.xml`. --- test/shared/phpunit.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/shared/phpunit.xml b/test/shared/phpunit.xml index 06d277b..f62f649 100644 --- a/test/shared/phpunit.xml +++ b/test/shared/phpunit.xml @@ -11,7 +11,6 @@ test/DMLTest.php test/MockTest.php test/MsgPackTest.php - test/AssertTest.php test/RandomTest.php