Skip to content

Commit

Permalink
Fixed the style in long comments begining all lines with "*"
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino committed May 28, 2010
1 parent 41e0156 commit 24e743a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Beautifier.phpt
Expand Up @@ -109,7 +109,8 @@
'Pear',
'ArrayNested',
'IndentStyles',
'Lowercase'
'Lowercase',
'phpBB'
);
sort($aEspFilters);
$aRealFilters = $this->oBeaut->getFilterListTotal();
Expand Down Expand Up @@ -411,4 +412,4 @@ SCRIPT;
$suite = new PHPUnit_TestSuite('BeautifierInternal_TestCase');
$result = PHPUnit::run($suite);
echo $result->toString();
?>
?>

0 comments on commit 24e743a

Please sign in to comment.