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:
parent
c827490708
commit
d31385912f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue