Skip to content

Commit

Permalink
Merge pull request #5 from Survos/remove-echo-in-test
Browse files Browse the repository at this point in the history
remove echo in middle of BeautifierBugsTest.php
  • Loading branch information
clbustos committed Jul 1, 2012
2 parents 021e8fb + 897f351 commit c6b308d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/BeautifierBugsTest.php
Expand Up @@ -1264,7 +1264,6 @@ function showno(\$no) {
echo showno(rand(0, 100));
?>
SCRIPT;
echo $this->oBeaut->get();
$this->assertEquals($sExpected, $this->oBeaut->get());
}

Expand Down

0 comments on commit c6b308d

Please sign in to comment.