protected property TestSiteInstallCommand::$timeLimit in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php \Drupal\TestSite\Commands\TestSiteInstallCommand::timeLimit
- 9 core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php \Drupal\TestSite\Commands\TestSiteInstallCommand::timeLimit
Time limit in seconds for the test.
Used by \Drupal\Core\Test\FunctionalTestSetupTrait::prepareEnvironment().
Type: int
File
- core/
tests/ Drupal/ TestSite/ Commands/ TestSiteInstallCommand.php, line 47
Class
- TestSiteInstallCommand
- Command to create a test Drupal site.
Namespace
Drupal\TestSite\CommandsCode
protected $timeLimit = 500;