CodeExplorer uninstallPluginThrowsException example
$this->
installPluginWithUpdate($this->context
);
} public function testUninstallPlugin(): void
{ $this->
uninstallPlugin($this->context
);
} public function testUninstallPluginThrowsException(): void
{ $this->
uninstallPluginThrowsException($this->context
);
} public function testUninstallPluginWithoutConfig(): void
{ $this->
uninstallPluginWithoutConfig($this->context
);
} public function testUpdatePlugin(): void
{ $this->
updatePlugin($this->context
);
}