bootstrap.php 177 B

12345678
  1. <?php
  2. $testsDir = dirname(__FILE__);
  3. $vendorDir = $testsDir . '/../../../';
  4. if (file_exists($vendorDir . '/autoload.php')) {
  5. require_once($vendorDir . '/autoload.php');
  6. }