Skip to content

Commit e460a85

Browse files
authored
Merge pull request #139 from PHPCSStandards/feature/tests-minor-bootstrap-tweak
Tests: allow for running locally via PHPUnit PHAR file
2 parents daf165b + d490b9f commit e460a85

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)