You are here

ModuleInstallUninstallWebTest.php in Flysystem - S3 2.0.x

Same filename and directory in other branches
  1. 8 src/Tests/ModuleInstallUninstallWebTest.php

File

src/Tests/ModuleInstallUninstallWebTest.php
View 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

Namesort descending Description
ModuleInstallUninstallWebTest Tests module installation and uninstallation.