From 19c2b3f6319cfc3b72e6517ba78d63649357013c Mon Sep 17 00:00:00 2001 From: ikkez Date: Tue, 26 May 2020 18:01:34 +0200 Subject: [PATCH] define missing property --- test.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.php b/test.php index 13644bc8..d45bb18c 100644 --- a/test.php +++ b/test.php @@ -34,7 +34,9 @@ class Test { //! Test results $data=[], //! Success indicator - $passed=TRUE; + $passed=TRUE, + //! Reporting level + $level; /** * Return test results