Skip to content

Commit

Permalink
Merge pull request #3 from CloCkWeRX/master
Browse files Browse the repository at this point in the history
Fix failing test
  • Loading branch information
CloCkWeRX committed Dec 30, 2011
2 parents 1f1a23e + d12500f commit 11d0f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Config_LiteTest.php
Expand Up @@ -322,7 +322,7 @@ public function testRemoveSection()
/** /**
* to test protected methods * to test protected methods
*/ */
protected static function getMethod($name) protected function getMethod($name)
{ {
$class = new ReflectionClass('Config_Lite'); $class = new ReflectionClass('Config_Lite');
$method = $class->getMethod($name); $method = $class->getMethod($name);
Expand Down

0 comments on commit 11d0f6a

Please sign in to comment.