bootstrap.php 197 B

123456789
  1. <?php
  2. /**
  3. * Test runner bootstrap.
  4. *
  5. * Add additional configuration/setup your application needs when running
  6. * unit tests in this file.
  7. */
  8. require dirname(__DIR__) . '/config/bootstrap.php';