Skip to content

Commit 7d5cf17

Browse files
authored
Merge pull request #41 from dotkernel/arhimede
added DotKernel API version 4
2 parents 32f8e8f + 073ba54 commit 7d5cf17

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/book/v4/installation/test-the-installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sending a GET request to the [home page](http://0.0.0.0:8080/) should output the following message:
44

5-
> {"message": "Welcome to DotKernel API!"}
5+
> {"message": "DotKernel API version 4"}
66
77
## Old way of doing things, using PHP built-in server
88

@@ -12,7 +12,8 @@ php -S 0.0.0.0:8080 -t public
1212

1313
## Running tests
1414

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:
15+
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:
1617

1718
```shell
1819
php vendor/bin/phpunit

0 commit comments

Comments
 (0)