Skip to content

Commit

Permalink
Fixed constant read test
Browse files Browse the repository at this point in the history
  • Loading branch information
TRPB committed Nov 23, 2018
1 parent 908f5a8 commit 3e9dd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TransphpormTest.php
Expand Up @@ -504,7 +504,7 @@ public function testReadConstant() {
define('MY_CONSTANT', 'constant value');
$template = new \Transphporm\Builder($template, $tss);

$this->assertEquals('<div class="MY_CONSTANT">constant value</div>', $template->output()->body);
$this->assertEquals('<div>constant value</div>', $template->output()->body);
}


Expand Down

0 comments on commit 3e9dd63

Please sign in to comment.