@@ -14,36 +14,22 @@ import TabItem from '@theme/TabItem';
1414
1515<Tabs >
1616 <TabItem value = " ahoy" label = " Ahoy" default >
17-
18- ``` shell
19- ahoy test # Run Unit, Kernel and Functional tests
20-
21- ahoy test-unit # Run Unit tests
22-
23- ahoy test-kernel # Run Kernel tests
24-
25- ahoy test-functional # Run Functional tests
26-
27- ahoy test-bdd # Run BDD tests
28- ```
29-
17+ ``` shell
18+ ahoy test # Run Unit, Kernel and Functional tests
19+ ahoy test-unit # Run Unit tests
20+ ahoy test-kernel # Run Kernel tests
21+ ahoy test-functional # Run Functional tests
22+ ahoy test-bdd # Run BDD tests
23+ ```
3024 </TabItem >
31- <TabItem value = " direct" label = " Direct" >
32-
33- These commands can be run directly from within the container:
34-
35- ``` shell
36- vendor/bin/phpunit # Run Unit, Kernel and Functional tests
37-
38- vendor/bin/phpunit --testsuite=unit # Run Unit tests
39-
40- vendor/bin/phpunit --testsuite=kernel # Run Kernel tests
41-
42- vendor/bin/phpunit --testsuite=functional # Run Functional tests
43-
44- vendor/bin/behat # Run BDD tests
45- ```
46-
25+ <TabItem value = " docker-compose" label = " Docker Compose" >
26+ ``` shell
27+ docker compose exec cli vendor/bin/phpunit # Run Unit, Kernel and Functional tests
28+ docker compose exec cli vendor/bin/phpunit --testsuite=unit # Run Unit tests
29+ docker compose exec cli vendor/bin/phpunit --testsuite=kernel # Run Kernel tests
30+ docker compose exec cli vendor/bin/phpunit --testsuite=functional # Run Functional tests
31+ docker compose exec cli vendor/bin/behat # Run BDD tests
32+ ```
4733 </TabItem >
4834</Tabs >
4935
0 commit comments