Skip to content

Commit

Permalink
Moved existing site test bases under regular functional test folder b…
Browse files Browse the repository at this point in the history
…ecause Drupal does not seem to recognize the namespace otherwise
  • Loading branch information
tuutti committed Sep 14, 2023
1 parent 75f121b commit bc45537
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types = 1);

namespace Drupal\Tests\helfi_api_base\ExistingSite;
namespace Drupal\Tests\helfi_api_base\Functional;

use Drupal\Tests\helfi_api_base\Traits\DefaultConfigurationTrait;
use weitzman\DrupalTestTraits\ExistingSiteBase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

declare(strict_types = 1);

namespace Drupal\Tests\helfi_api_base\ExistingSiteJavascript;
namespace Drupal\Tests\helfi_api_base\FunctionalJavascript;

use Drupal\Tests\helfi_api_base\Traits\DefaultConfigurationTrait;
use weitzman\DrupalTestTraits\ExistingSiteWebDriverTestBase;
use weitzman\DrupalTestTraits\ExistingSiteSelenium2DriverTestBase;

/**
* Existing site test base.
*/
abstract class ExistingSiteJavascriptTestBase extends ExistingSiteWebDriverTestBase {
abstract class ExistingSiteJavascriptTestBase extends ExistingSiteSelenium2DriverTestBase {

use DefaultConfigurationTrait;

Expand Down

0 comments on commit bc45537

Please sign in to comment.