diff --git a/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php b/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php index a607913ad6..b598544092 100644 --- a/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php +++ b/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php @@ -9,7 +9,7 @@ final class PhabricatorTrivialTestCase extends PhabricatorTestCase { private $two; - public function willRunOneTest($test_name) { + protected function willRunOneTest($test_name) { // You can execute setup steps which will run before each test in this // method. $this->two = 2;