You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ framework:
96
96
97
97
## Testing
98
98
99
-
You can run the unit tests with: `make unit-test`
99
+
You can run the test suite with: `composer test`
100
100
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.
102
102
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