You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bootstrap.php 258B

1234567891011
  1. <?php
  2. require __DIR__ . '/../vendor/autoload.php';
  3. require __DIR__ . '/../src/Mexitek/PHPColors/Color.php';
  4. if (!class_exists('Tester\Assert')) {
  5. echo "Install Nette Tester using `composer update --dev`\n";
  6. exit(1);
  7. }
  8. Tester\Environment::setup();