From 89b12befa664fdfcb09b63fb26ee6a6a22ff0de0 Mon Sep 17 00:00:00 2001 From: danielspeicher <daniel.speicher@bitegra-solutions.de> Date: Fri, 15 Jan 2021 11:12:32 +0100 Subject: [PATCH] devops-tools/documentation#9 --- docs/composer/plugin/b4d/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/composer/plugin/b4d/index.md b/docs/composer/plugin/b4d/index.md index 010f48c..9dd4e3b 100644 --- a/docs/composer/plugin/b4d/index.md +++ b/docs/composer/plugin/b4d/index.md @@ -21,11 +21,11 @@ You will find links to further documentation on how to write Behat tests at the ### Command line -The easiest way to run Behat tests is to use the prepared Ahoy commands. Just call `a behat` to get a list of all available commands. In the background, they call the same commands that are described in detail in the following paragraphs. +The easiest way to run Behat tests is to use the prepared [Ahoy](/composer/plugin/ahoy) commands. Just call `a behat` to get a list of all available commands. In the background, they call the same commands that are described in detail in the following paragraphs. -You need to execute Behat inside of the PHP Docker container. From the root of your project you can launch the containers with `docker-compose up -d` and then enter the PHP container with `docker-compose exec --user root php sh`. +You need to execute Behat inside the PHP Docker container. From the root of your project you can launch the containers with `docker-compose up -d` and then enter the PHP container with `docker-compose exec --user root php sh`. -Inside of the container you'll be located at `/var/www/html` and in that directory you can run the Behat test suite with the command `vendor/bin/behat --no-interaction --config /var/www/html/tests/behat/behat.yml` +Inside the container you'll be located at `/var/www/html` and in that directory you can run the Behat test suite with the command `vendor/bin/behat --no-interaction --config /var/www/html/tests/behat/behat.yml` ### PhpStorm -- GitLab