Skip to content

Commit e4fad5e

Browse files
author
Mikaël Capelle
committed
Update test from B4 to work with B3.
1 parent 36bd709 commit e4fad5e

File tree

3 files changed

+138
-233
lines changed

3 files changed

+138
-233
lines changed

tests/TestCase/View/BootstrapStringTemplateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function tearDown()
3333
public function test () {
3434
$this->templater->add([
3535
'test_default' => '<p{{attrs}}>{{content}}</p>',
36-
'test_attrs_class' => '<p class="test-class {{attrs.class}}"{{attrs}}>{{content}}</p>'
36+
'test_attrs_class' => '<p class="test-class{{attrs.class}}"{{attrs}}>{{content}}</p>'
3737
]) ;
3838
// Standard test
3939
$result = $this->templater->format ('test_default', [

0 commit comments

Comments
 (0)