mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
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.
This commit is contained in:
@@ -18,4 +18,9 @@
|
||||
</include>
|
||||
</coverage>
|
||||
|
||||
<php>
|
||||
<!-- E_ALL & ~E_DEPRECATED -->
|
||||
<ini name="error_reporting" value="24575"/>
|
||||
</php>
|
||||
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user