Phergie_Plugin_TestCase::removePlugin PHP 메소드

removePlugin() 공개 메소드

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
리턴 void
    public function removePlugin($plugin)
    {
        $this->actualRemovedPlugins[] = $plugin;
    }