Changeset View
Changeset View
Standalone View
Standalone View
src/unit/engine/phutil/ArcanistPhutilTestCase.php
| Show First 20 Lines • Show All 382 Lines • ▼ Show 20 Lines | /* -( Internals )---------------------------------------------------------- */ | ||||
| /** | /** | ||||
| * Construct a new test case. This method is ##final##, use willRunTests() to | * Construct a new test case. This method is ##final##, use willRunTests() to | ||||
| * provide test-wide setup logic. | * provide test-wide setup logic. | ||||
| * | * | ||||
| * @task internal | * @task internal | ||||
| */ | */ | ||||
| final public function __construct() { | final public function __construct() {} | ||||
| } | |||||
| /** | /** | ||||
| * Mark the currently-running test as a failure. | * Mark the currently-running test as a failure. | ||||
| * | * | ||||
| * @param string Human-readable description of problems. | * @param string Human-readable description of problems. | ||||
| * @return void | * @return void | ||||
| * | * | ||||
| ▲ Show 20 Lines • Show All 305 Lines • Show Last 20 Lines | |||||