public static function SiteNameTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Installer/SiteNameTest.php, line 24
Contains \Drupal\system\Tests\Installer\SiteNameTest.

Class

SiteNameTest
Tests that the site name can be set during a non-interactive installation.

Namespace

Drupal\system\Tests\Installer

Code

public static function getInfo() {
  return array(
    'name' => 'Site name (non-interactive)',
    'description' => 'Tests that the site name can be set during a non-interactive installation.',
    'group' => 'Installer',
  );
}