Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / Regression / GitHub / 797 / bootstrap797.php
1 <?php
2 // If process isolation fails to include this file, then
3 // PHPUnit_Framework_TestCase itself does not exist. :-)
4 require __DIR__ . '/../../../bootstrap.php';
5
6 const GITHUB_ISSUE = 797;