Skip to content

Commit bfd8495

Browse files
committed
documentation updates
Signed-off-by: RJ Garcia <[email protected]>
1 parent c60c2bb commit bfd8495

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ framework:
9696

9797
## Testing
9898

99-
You can run the unit tests with: `make unit-test`
99+
You can run the test suite with: `composer test`
100100

101-
You can run the integration tests with: `make integration-test`. Keep in mind that you will need to have the redis-ext installed on your local php cli, and will need to start up the redis instance in docker via `docker-compose`.
101+
You'll need to start the redis docker container locally in order for the Feature test suite to pass.
102102

103-
We do have functional tests as well that were used to stress test which are found in the tests/functional folder. Those have the same system requirements as the integration tests.
103+
Keep in mind that you will need to have the redis-ext installed on your local php cli, and will need to start up the redis instance in docker via `docker-compose`.

0 commit comments

Comments
 (0)