class UsesCommandRequirements
Same name in other branches
- 9 core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php \Drupal\BuildTests\Framework\Tests\UsesCommandRequirements
- 10 core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php \Drupal\BuildTests\Framework\Tests\UsesCommandRequirements
Hierarchy
- class \Drupal\BuildTests\Framework\Tests\UsesCommandRequirements uses \Drupal\BuildTests\Framework\ExternalCommandRequirementsTrait
Expanded class hierarchy of UsesCommandRequirements
File
-
core/
tests/ Drupal/ BuildTests/ Framework/ Tests/ ExternalCommandRequirementTest.php, line 128
Namespace
Drupal\BuildTests\Framework\TestsView source
class UsesCommandRequirements {
use ExternalCommandRequirementsTrait;
protected static function externalCommandIsAvailable($command) {
return in_array($command, [
'available_command',
]);
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
ExternalCommandRequirementsTrait::$existingCommands | private static | property | A list of existing external commands we've already discovered. | |
ExternalCommandRequirementsTrait::checkClassCommandRequirements | private static | function | Checks whether required external commands are available per test class. | |
ExternalCommandRequirementsTrait::checkExternalCommandRequirements | private static | function | Checks missing external command requirements. | |
ExternalCommandRequirementsTrait::checkMethodCommandRequirements | private static | function | Checks whether required external commands are available per method. | |
UsesCommandRequirements::externalCommandIsAvailable | protected static | function | Determine if an external command is available. | Overrides ExternalCommandRequirementsTrait::externalCommandIsAvailable |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.