Security update for Core, with self-updated composer
[yaffs-website] / vendor / phpunit / php-token-stream / tests / bootstrap.php
1 <?php
2 require __DIR__ . '/../vendor/autoload.php';
3
4 define(
5     'TEST_FILES_PATH',
6     __DIR__ . DIRECTORY_SEPARATOR . '_fixture' . DIRECTORY_SEPARATOR
7 );