diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 126a3fd402..05f57dcdc9 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -12700,7 +12700,7 @@ phutil_register_library_map(array( 'PhutilRemarkupDelRule' => 'PhutilRemarkupRule', 'PhutilRemarkupDocumentLinkRule' => 'PhutilRemarkupRule', 'PhutilRemarkupEngine' => 'PhutilMarkupEngine', - 'PhutilRemarkupEngineTestCase' => 'PhutilTestCase', + 'PhutilRemarkupEngineTestCase' => 'PhabricatorTestCase', 'PhutilRemarkupEscapeRemarkupRule' => 'PhutilRemarkupRule', 'PhutilRemarkupEvalRule' => 'PhutilRemarkupRule', 'PhutilRemarkupHeaderBlockRule' => 'PhutilRemarkupBlockRule', diff --git a/src/infrastructure/markup/__tests__/PhutilRemarkupEngineTestCase.php b/src/infrastructure/markup/__tests__/PhutilRemarkupEngineTestCase.php index a51778a66c..4606d85fa3 100644 --- a/src/infrastructure/markup/__tests__/PhutilRemarkupEngineTestCase.php +++ b/src/infrastructure/markup/__tests__/PhutilRemarkupEngineTestCase.php @@ -3,7 +3,7 @@ /** * Test cases for @{class:PhutilRemarkupEngine}. */ -final class PhutilRemarkupEngineTestCase extends PhutilTestCase { +final class PhutilRemarkupEngineTestCase extends PhabricatorTestCase { public function testEngine() { $root = dirname(__FILE__).'/remarkup/';