Skip to content

Commit

Permalink
refs #4126 this should fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Oct 25, 2013
1 parent dd4cbb2 commit 2944618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/PHPUnit/Core/Plugin/SettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

use Piwik\Access;
use Piwik\Plugin\Settings as PluginSettings;
use Piwik\Settings\Setting;

class TestablePluginSettings extends \Piwik\Plugins\ExampleSettingsPlugin\Settings {

Expand All @@ -16,7 +17,7 @@ public function init()

}

public function addSetting($setting)
public function addSetting(Setting $setting)
{
parent::addSetting($setting);
}
Expand Down

0 comments on commit 2944618

Please sign in to comment.