bootstrap.php 95 B

123456
  1. <?php
  2. require __DIR__ . '/vendor/autoload.php';
  3. define('__TEST_DIR__', __DIR__ . '/tests');