From 9e31f37717fbe524f08e168ef866582a26df735e 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 --- 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