ThunderTestBase.php in Thunder 6.0.x
Same filename and directory in other branches
Namespace
Drupal\Tests\thunder\FunctionalFile
tests/src/Functional/ThunderTestBase.phpView source
<?php
namespace Drupal\Tests\thunder\Functional;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\thunder\Traits\ThunderTestTrait;
/**
* Class ThunderTestBase.
*/
abstract class ThunderTestBase extends BrowserTestBase {
use ThunderTestTrait;
use StringTranslationTrait;
/**
* {@inheritdoc}
*/
protected $profile = 'thunder';
}
Classes
Name | Description |
---|---|
ThunderTestBase | Class ThunderTestBase. |