Skip to content

Commit

Permalink
fixed visibility of the Eunit\Cases\Unit_Test::$factory prop
Browse files Browse the repository at this point in the history
  • Loading branch information
idofri committed Sep 7, 2022
1 parent a54b2f7 commit 74da42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cases/unit-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class Unit_Test extends \WP_UnitTestCase {
/**
* @var WP_UnitTest_Factory|null
*/
private $factory;
protected $factory;

public function get_namespace() {
return getenv( 'EUNIT_TEST_CASE_NAMESPACE' );
Expand Down

0 comments on commit 74da42d

Please sign in to comment.