Skip to content

Commit

Permalink
Merge pull request #40 from philipphoffmann/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 31, 2013
2 parents 9433a34 + fcc001a commit 7be2f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Log/CSV.php
Expand Up @@ -126,7 +126,7 @@ public function printResult($filename, array $count)
$values[] = $count['classConstants'];

if (isset($count['testClasses'])) {
$keys[] = 'Test Clases';
$keys[] = 'Test Classes';
$values[] = $count['testClasses'];
$keys[] = 'Test Methods';
$values[] = $count['testMethods'];
Expand Down

0 comments on commit 7be2f31

Please sign in to comment.