Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 9ef82d5

Browse files
committed
Remove unnecessary test.
1 parent e15b18c commit 9ef82d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/Helper/Placeholder/ContainerTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -439,12 +439,7 @@ public function testNoUsePrefixPostfixIfNoItems()
439439
->setPostfix("</h1>");
440440
$string = $this->container->toString();
441441
$this->assertEquals('', $string);
442-
}
443442

444-
public function testUsePrefixPostfixIfEmptyItems()
445-
{
446-
$this->container->setPrefix("<h1>")
447-
->setPostfix("</h1>");
448443
$this->container->set('');
449444
$string = $this->container->toString();
450445
$this->assertEquals('<h1></h1>', $string);

0 commit comments

Comments
 (0)