From edb10483fbe01d9508c95b22a06fc51cfb5ec3c9 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 5 Aug 2022 14:47:05 -0500 Subject: [PATCH] Squelch deprecation errors when running PHPUnit These errors occur on UuidInterface, and the solution is to add __unserialize() and __serialize() to the interface, but this cannot take place until the next major version bump. --- phpunit.xml.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 97c1f24..14e81da 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,4 +18,9 @@ + + + + +