Skip to content

Commit 590f580

Browse files
committed
test: add missing parent::__construct()
1 parent 07e8b63 commit 590f580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/View/ParserTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@ public function testParseLoopEntityObjectProperties(): void
377377

378378
public function __construct()
379379
{
380+
parent::__construct();
381+
380382
$this->obj1 = new stdClass();
381383
$this->obj2 = new stdClass();
382384
$this->obj1->name = 'first';

0 commit comments

Comments
 (0)