Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Aug 19, 2023
1 parent 523a78c commit c03fa6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Polyfills/AssertObjectPropertyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use stdClass;
use TypeError;
use Yoast\PHPUnitPolyfills\Polyfills\AssertObjectProperty;
use Yoast\PHPUnitPolyfills\Polyfills\ExpectException;
use Yoast\PHPUnitPolyfills\Polyfills\ExpectExceptionMessageMatches;
use Yoast\PHPUnitPolyfills\Tests\Polyfills\Fixtures\ObjectWithProperties;

Expand All @@ -22,6 +23,7 @@
final class AssertObjectPropertyTest extends TestCase {

use AssertObjectProperty;
use ExpectException; // Needed for PHPUnit < 5.2.0 support.
use ExpectExceptionMessageMatches;

/**
Expand Down

0 comments on commit c03fa6a

Please sign in to comment.