You are here

public function EnvironmentCleanerFactory::__construct in SimpleTest 8.3

Construct an environment cleaner factory.

Parameters

\Drupal\Core\DependencyInjection\Container $container: The container.

File

src/EnvironmentCleanerFactory.php, line 30

Class

EnvironmentCleanerFactory
Test environment cleaner factory.

Namespace

Drupal\simpletest

Code

public function __construct(Container $container) {
  $this->container = $container;
}