1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-21 22:32:41 +01:00

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
This commit is contained in:
epriestley 2013-03-06 13:47:05 -08:00
parent c827490708
commit d31385912f

View file

@ -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<ArcanistPhutilTestCase> 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<ArcanistPhutilTestCase> List of test cases that ran.
* @return void
* @task hook
*/