function GenerateThemeTest::testInvalidThemesAndWarnings

Same name and namespace in other branches
  1. main core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php \Drupal\BuildTests\Command\GenerateThemeTest::testInvalidThemesAndWarnings()

File

core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php, line 466

Class

GenerateThemeTest
Tests the generate-theme commands.

Namespace

Drupal\BuildTests\Command

Code

public function testInvalidThemesAndWarnings() : void {
  $this->doTestThemeDoesNotExist();
  $this->doTestStarterKitFlag();
  $this->doTestNoEditMissingFilesWarning();
  $this->doTestNoRenameMissingFilesWarning();
  $this->doTestNoRename();
}

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