Remove mocks for ext-uuid functions

This commit is contained in:
Ben Ramsey
2021-09-23 18:49:10 -05:00
parent a3df026d62
commit 852850b7da
12 changed files with 78 additions and 154 deletions
+1 -2
View File
@@ -9,5 +9,4 @@
// Ensure floating-point precision is set to 14 (the default) for tests.
ini_set('precision', '14');
require_once __DIR__ . '/../vendor/autoload.php'; // composer autoload
require_once __DIR__ . '/phpstan-bootstrap.php';
require_once __DIR__ . '/../vendor/autoload.php';