Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / bootstrap.php
diff --git a/vendor/phpunit/phpunit/tests/bootstrap.php b/vendor/phpunit/phpunit/tests/bootstrap.php
new file mode 100644 (file)
index 0000000..cc79889
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+// Needed for isolated tests
+require __DIR__ . '/../vendor/autoload.php';
+
+ini_set('precision', 14);
+ini_set('serialize_precision', 14);