Skip to content

Commit

Permalink
Merge pull request #4 from idofri/fix/factory-prop-visibility
Browse files Browse the repository at this point in the history
fixed visibility of the `Eunit\Cases\Unit_Test::$factory` prop
  • Loading branch information
bainternet authored Sep 8, 2022
2 parents a54b2f7 + 74da42d commit 3f9f340
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 3f9f340

Please sign in to comment.