We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32f8e8f + 073ba54 commit 7d5cf17Copy full SHA for 7d5cf17
1 file changed
docs/book/v4/installation/test-the-installation.md
@@ -2,7 +2,7 @@
2
3
Sending a GET request to the [home page](http://0.0.0.0:8080/) should output the following message:
4
5
-> {"message": "Welcome to DotKernel API!"}
+> {"message": "DotKernel API version 4"}
6
7
## Old way of doing things, using PHP built-in server
8
@@ -12,7 +12,8 @@ php -S 0.0.0.0:8080 -t public
12
13
## Running tests
14
15
-The project has 2 types of tests: functional and unit tests, you can run both types at the same type by executing this command:
+The project has 2 types of tests: functional and unit tests, you can run both types at the same type by executing this
16
+command:
17
18
```shell
19
php vendor/bin/phpunit
0 commit comments