bootstrap.php 220 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <?php $loader = require 'vendor/autoload.php'; // Could not figure out how to add this to the loader require 'TestCase.php'; // Add stuff to autoload $loader->add('', 'tests/models'); $loader->add('', 'tests/seeds');