Skip to content

Commit

Permalink
Merge pull request #139 from PHPCSStandards/feature/tests-minor-boots…
Browse files Browse the repository at this point in the history
…trap-tweak

Tests: allow for running locally via PHPUnit PHAR file
  • Loading branch information
jrfnl committed Mar 4, 2024
2 parents daf165b + d490b9f commit e460a85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit e460a85

Please sign in to comment.