You are here

6 calls to ExecTrait::mustExec() in Drupal 8

ComposerHookTest::testComposerHooks in core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php
Test to see if scaffold operation runs at the correct times.
ComposerHookTest::testScaffoldMessagesDoNotPrintTwice in core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php
Test to see if scaffold messages are omitted when running scaffold twice.
ManageGitIgnoreTest::createSutWithGit in core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php
Creates a system-under-test and initialize a git repository for it.
ManageGitIgnoreTest::testManageGitIgnore in core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php
Tests scaffold command correctly manages the .gitignore file.
ScaffoldUpgradeTest::createTmpRepo in core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php
Copy the provided source directory and create a temporary git repository.
ScaffoldUpgradeTest::testScaffoldUpgrade in core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php
Test upgrading the Composer Scaffold plugin.