From d31385912fab0d5fb713bbbe959f986c966f199f Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 6 Mar 2013 13:47:05 -0800 Subject: [PATCH] Document parameters Summary: unlike the hooks I copy/pasted, these hooks have parameters Test Plan: read it Reviewers: vrana Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D5264 --- src/unit/engine/phutil/ArcanistPhutilTestCase.php | 2 ++ 1 file changed, 2 insertions(+) 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 */