bootstrap.php 226 B

12345678910
  1. <?php
  2. /**
  3. * Whoops - php errors for cool kids
  4. * @author Filipe Dobreira <http://github.com/filp>
  5. *
  6. * Bootstraper for PHPUnit tests.
  7. */
  8. error_reporting(E_ALL | E_STRICT);
  9. require_once __DIR__ . '/../vendor/autoload.php';