DEBSOURCES
Skip Quicknav
sources / phpunit / 5.4.6-2~deb9u1 / tests / bootstrap.php
123456
<?php // Needed for isolated tests require __DIR__ . '/../vendor/autoload.php'; ini_set('precision', 14); ini_set('serialize_precision', 14);