Skip to content

Commit

Permalink
Ensure php72compat is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 17, 2024
1 parent f98291a commit 1a696dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit-shim.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
use PHPUnit\Framework\TestCase;

require_once dirname(__DIR__) . '/lib/php72compat.php';
if (!class_exists('PHPUnit_Framework_TestCase')) {
class PHPUnit_Framework_TestCase extends TestCase {}
}

0 comments on commit 1a696dd

Please sign in to comment.