StandardTest.php

Namespace

Drupal\Tests\standard\Functional

File

core/profiles/standard/tests/src/Functional/StandardTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\standard\Functional;

use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\standard\Traits\StandardTestTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests Standard installation profile expectations.
 */
class StandardTest extends BrowserTestBase {
  use StandardTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected $profile = 'standard';

}

Classes

Title Deprecated Summary
StandardTest Tests Standard installation profile expectations.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.