diff --git a/Unit_testing/Reporter.php b/Unit_testing/Reporter.php index c6e9f3d..acf4092 100644 --- a/Unit_testing/Reporter.php +++ b/Unit_testing/Reporter.php @@ -37,7 +37,7 @@ } /** - * $reportText is one of: PASSED, FAILED, ERROR, INCOMPLETE, SKIPPED, WARNING, NOTE, MISC, ...? + * $statusText is one of: PASSED, FAILED, ERROR, INCOMPLETE, SKIPPED, WARNING, NOTE, MISC, ...? * $reportText is a printf-style string (although we actually use vprintf because of the array) * $printfArguments is an array of arguments to $reportText */