File: bootstrap.php

package info (click to toggle)
php-ramsey-uuid 4.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,124 kB
  • sloc: php: 13,359; xml: 194; python: 54; makefile: 16
file content (12 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

/**
 * Test bootstrap
 *
 * @codingStandardsIgnoreFile
 */

// Ensure floating-point precision is set to 14 (the default) for tests.
ini_set('precision', '14');

require_once __DIR__ . '/../vendor/autoload.php';