Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Remove leftover line in LoaderTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
char101 committed Nov 25, 2017
1 parent b7f2271 commit bc52bdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/LoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public function testPluginLoad()
$tpl = new TemplateString('{loaderTest}');
$tpl->forceCompilation();
$this->assertEquals('Moo', $this->dwoo->get($tpl, array(), $this->compiler));

$tpl = new TemplateString('{blockTest}moo{/blockTest}');
}

public function testPluginLoadBlock()
Expand Down

0 comments on commit bc52bdc

Please sign in to comment.