diff --git a/docs/guide/commands.rst b/docs/guide/commands.rst index c35cf6a0e..ad21389a0 100644 --- a/docs/guide/commands.rst +++ b/docs/guide/commands.rst @@ -14,10 +14,9 @@ See bellow current list of available commands: .. code-block:: Available commands: - completion Dump the shell completion script config Dumps the current or given configuration. - help Display help for a command - list List commands + help Displays help for a command + list Lists commands docker docker:refresh-configuration [dk-rc] Update docker-compose.yml file based on project's configurations. drupal diff --git a/src/Toolkit.php b/src/Toolkit.php index 2d1709389..1e6b62978 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -14,7 +14,7 @@ final class Toolkit /** * Constant holding the current version. */ - public const VERSION = '10.0.0-beta6'; + public const VERSION = '10.0.0-beta7'; /** * Returns the Toolkit root. diff --git a/tests/fixtures/commands/configuration.yml b/tests/fixtures/commands/configuration.yml index 11ba3be40..66914c58c 100644 --- a/tests/fixtures/commands/configuration.yml +++ b/tests/fixtures/commands/configuration.yml @@ -114,7 +114,7 @@ - { task: process, source: behat.yml.dist, destination: behat.yml } resources: [] expectations: - - str_contains: | + - string_contains: | Description: Setup the behat file @@ -122,7 +122,7 @@ example:full full example:full --simulate - - str_contains: | + - string_contains: | Help: Some help text diff --git a/tests/fixtures/commands/tool.yml b/tests/fixtures/commands/tool.yml index ce3d06a42..cdd8d04bb 100644 --- a/tests/fixtures/commands/tool.yml +++ b/tests/fixtures/commands/tool.yml @@ -86,7 +86,7 @@ [WARNING] Failed to get Toolkit version from composer.lock. Minimum version: ^10 - Current version: 10.0.0-beta6 + Current version: 10.0.0-beta7 Version check: OK - command: toolkit:check-version @@ -99,7 +99,7 @@ > Checking Toolkit version: Minimum version: ^10 - Current version: 10.0.0-beta6 + Current version: 10.0.0-beta7 Version check: OK - command: toolkit:vendor-list