diff --git a/src/unit/engine/phutil/ArcanistPhutilTestCase.php b/src/unit/engine/phutil/ArcanistPhutilTestCase.php index 259aa5fe..ba5e2a45 100644 --- a/src/unit/engine/phutil/ArcanistPhutilTestCase.php +++ b/src/unit/engine/phutil/ArcanistPhutilTestCase.php @@ -314,6 +314,7 @@ abstract class ArcanistPhutilTestCase { * This hook is invoked once, before any test cases execute. It gives you * an opportunity to perform setup steps for the entire suite of test cases. * + * @param list List of test cases to be run. * @return void * @task hook */ @@ -325,6 +326,7 @@ abstract class ArcanistPhutilTestCase { /** * This hook is invoked once, after all test cases execute. * + * @param list List of test cases that ran. * @return void * @task hook */