Skip to content

Commit

Permalink
Merge pull request #133 from WPTRT/feature/minor-clean-up
Browse files Browse the repository at this point in the history
Minor code clean-up.
  • Loading branch information
grappler authored Apr 9, 2017
2 parents b00a990 + 4b1e8a8 commit 0fabf8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions WordPress/Tests/Theme/NoAutoGenerateUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getErrorList( $testFile = '' ) {
39 => 2,
45 => 2,
);
break;

case 'NoAutoGenerateUnitTest.css':
return array(
3 => 1,
Expand All @@ -51,10 +51,9 @@ public function getErrorList( $testFile = '' ) {
14 => 1,
15 => 1,
);
break;

default:
return array();
break;
}
}

Expand Down

0 comments on commit 0fabf8e

Please sign in to comment.