Skip to content
Snippets Groups Projects

Resolve #3254472 "Update tests to work with Drupal 9"

Closed Leon Kessler requested to merge issue/flysystem_s3-3254472:3254472-update-tests-to into 2.0.x
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
<?php
namespace Drupal\flysystem_s3\Tests;
namespace Drupal\Tests\flysystem_s3\Functional;
use Drupal\flysystem\Tests\ModuleInstallUninstallWebTest as Base;
use Drupal\Tests\flysystem\Functional\ModuleInstallUninstallWebTest as Base;
/**
* Tests module installation and uninstallation.
Loading