Skip to content

Commit

Permalink
test: update some unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jan 9, 2023
1 parent f4415b3 commit 65d69ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/EasyTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ public function testEasy_useLayout02(): void

$t = $this->newTemplate();
$s = $t->render($tplFile, $this->tplVars);
vdump($s);
$this->assertNotEmpty($s);
$this->assertStringContainsString('on layout: template header - name: inhere.', $s);
$this->assertStringContainsString('on home: template body - age: 20.', $s);
Expand Down

0 comments on commit 65d69ae

Please sign in to comment.