Skip to content

Commit d490b9f

Browse files
committed
Tests: allow for running locally via PHPUnit PHAR file
1 parent daf165b commit d490b9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit-bootstrap.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,8 @@
9595
// Load test related autoloader.
9696
require_once __DIR__ . '/vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php';
9797

98+
// Load IO testcase.
99+
require_once __DIR__ . '/Tests/IOTestCase.php';
100+
98101
// Clean up.
99102
unset($ds, $phpcsDir, $phpcsUtilsDir, $vendorDir);

0 commit comments

Comments
 (0)