function GenerateThemeTest::testInvalidThemesAndWarnings
Same name and namespace in other branches
- 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\CommandCode
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.