diff options
Diffstat (limited to 'library/Director/Test/TestSuiteLint.php')
-rw-r--r-- | library/Director/Test/TestSuiteLint.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/Director/Test/TestSuiteLint.php b/library/Director/Test/TestSuiteLint.php index 41941eb..0010c28 100644 --- a/library/Director/Test/TestSuiteLint.php +++ b/library/Director/Test/TestSuiteLint.php @@ -10,6 +10,8 @@ class TestSuiteLint extends TestSuite protected $failed; + protected $result = []; + public function run() { $this->checked = $this->failed = array(); |