Skip to content

Commit

Permalink
test: add missing parent::__construct()
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 29, 2024
1 parent 07e8b63 commit 590f580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/View/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ public function testParseLoopEntityObjectProperties(): void

public function __construct()
{
parent::__construct();

$this->obj1 = new stdClass();
$this->obj2 = new stdClass();
$this->obj1->name = 'first';
Expand Down

0 comments on commit 590f580

Please sign in to comment.