Phergie_Plugin_TestCase::removePlugin PHP Method

removePlugin() public method

Records an actual plugin removal.
public removePlugin ( string | Phergie_Plugin_Abstract $plugin ) : void
$plugin string | Phergie_Plugin_Abstract Short name of the plugin or the plugin instance to be removed
return void
    public function removePlugin($plugin)
    {
        $this->actualRemovedPlugins[] = $plugin;
    }