Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / bootstrap.php
1 <?php
2 // Needed for isolated tests
3 require __DIR__ . '/../vendor/autoload.php';
4
5 ini_set('precision', 14);
6 ini_set('serialize_precision', 14);