bootstrap.php 219 B

123456789101112
  1. <?php
  2. /**
  3. * Test bootstrap
  4. *
  5. * @codingStandardsIgnoreFile
  6. */
  7. // Ensure floating-point precision is set to 14 (the default) for tests.
  8. ini_set('precision', '14');
  9. require_once __DIR__ . '/../vendor/autoload.php';