diff --git a/phpunit-bootstrap.php b/phpunit-bootstrap.php index 96e4cdf..8b70638 100644 --- a/phpunit-bootstrap.php +++ b/phpunit-bootstrap.php @@ -95,5 +95,8 @@ // Load test related autoloader. require_once __DIR__ . '/vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php'; +// Load IO testcase. +require_once __DIR__ . '/Tests/IOTestCase.php'; + // Clean up. unset($ds, $phpcsDir, $phpcsUtilsDir, $vendorDir);