You are here

CoreExtensions4KernelTestSuite.php in Drupal driver for SQL Server and SQL Azure 4.1.x

Same filename and directory in other branches
  1. 4.2.x dev/TestSuites/CoreExtensions4KernelTestSuite.php

File

dev/TestSuites/CoreExtensions4KernelTestSuite.php
View source
<?php

namespace Drupal\Tests\sqlsrv\TestSuites;

require_once __DIR__ . '/CITestSuiteBase.php';

/**
 * Discovers tests for the kernel test suite.
 */
final class CoreExtensions4KernelTestSuite extends CITestSuiteBase {

  /**
   * Factory method which loads up a suite with all kernel tests.
   *
   * @return static
   *   The test suite.
   */
  public static function suite() {
    return self::getCoreExtensionSuite(3);
  }

}

Classes

Namesort descending Description
CoreExtensions4KernelTestSuite Discovers tests for the kernel test suite.