Skip to content
Snippets Groups Projects

Fake site should always be used for functional tests

1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,6 @@ use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\package_manager\Traits\AssertPreconditionsTrait;
use Drupal\Tests\package_manager\Traits\ComposerStagerTestTrait;
use Drupal\Tests\package_manager\Traits\FixtureManipulatorTrait;
use Drupal\Tests\package_manager\Traits\FixtureUtilityTrait;
/**
* Base class for functional tests of the Automatic Updates module.
@@ -25,7 +24,6 @@ abstract class AutomaticUpdatesFunctionalTestBase extends BrowserTestBase {
use AssertPreconditionsTrait;
use ComposerStagerTestTrait;
use FixtureManipulatorTrait;
use FixtureUtilityTrait;
use TestSetUpTrait;
/**
Loading