Page MenuHomePhabricator

PhutilLibraryTestCase::testMethodVisibility
Failed

Referenced Files
None

TEST RESULT

Run At
Jul 16 2021, 3:04 AM
Details
Assertion failed, expected 'true' (at PhutilLibraryTestCase.php:146): Class "ArcanistMercurialLocalState" implements method "saveStash" with the wrong visibility. The method has visibility "public", but it is defined in parent "ArcanistRepositoryLocalState" with visibility "protected". In Phabricator, a method which overrides another must always have the same visibility. Class "ArcanistMercurialLocalState" implements method "restoreStash" with the wrong visibility. The method has visibility "public", but it is defined in parent "ArcanistRepositoryLocalState" with visibility "protected". In Phabricator, a method which overrides another must always have the same visibility. ACTUAL VALUE false