diff --git a/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php b/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php --- a/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php +++ b/src/infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php @@ -9,7 +9,7 @@ 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;