Skip to content

Commit

Permalink
Unit tests to expose recently fixed notice
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 6, 2013
1 parent 2d6a099 commit c1adac3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ switch ($foo) {
return $bar;
}

function foo()
{
return $bar->{$action . 'JsonAction'}();
}

exit();


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ public function getWarningList()
152 => 1,
165 => 1,
179 => 1,
216 => 1,
217 => 1,
218 => 1,
219 => 2,
221 => 1,
222 => 1,
223 => 1,
224 => 2,
228 => 1,
);

}//end getWarningList()
Expand Down

0 comments on commit c1adac3

Please sign in to comment.