Skip to content

Commit 43b36de

Browse files
committed
Merge branch 'stable' into develop
2 parents 32c2ecd + e460a85 commit 43b36de

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
@@ -98,5 +98,8 @@
9898
// Load test related autoloader.
9999
require_once __DIR__ . '/vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php';
100100

101+
// Load IO testcase.
102+
require_once __DIR__ . '/Tests/IOTestCase.php';
103+
101104
// Clean up.
102105
unset($ds, $phpcsDir, $phpcsUtilsDir, $vendorDir);

0 commit comments

Comments
 (0)