ModuleInstallUninstallWebTest.php in Flysystem - S3 8
Same filename and directory in other branches
Namespace
Drupal\flysystem_s3\TestsFile
src/Tests/ModuleInstallUninstallWebTest.phpView source
<?php
namespace Drupal\flysystem_s3\Tests;
use Drupal\flysystem\Tests\ModuleInstallUninstallWebTest as Base;
/**
* Tests module installation and uninstallation.
*
* @group flysystem_s3
*/
class ModuleInstallUninstallWebTest extends Base {
/**
* {@inheritdoc}
*/
public static $modules = [
'flysystem_s3',
];
}
Classes
Name | Description |
---|---|
ModuleInstallUninstallWebTest | Tests module installation and uninstallation. |