You are here

bootstrap.php in X Autoload 7.3

Same filename and directory in other branches
  1. 7.5 tests/bootstrap.php
  2. 7.4 tests/bootstrap.php

File

tests/bootstrap.php
View source
<?php

require_once __DIR__ . '/../xautoload.early.inc';
xautoload(NULL)->finder
  ->registerNamespaceRoot('Drupal\\xautoload\\Tests', __DIR__);
xautoload(NULL)->finder
  ->registerNamespaceRoot('Drupal\\xautoload\\Tests', dirname(__DIR__) . '/lib');