Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Commit78b70ca
committed
More test refactoring.
* Switch remaining old-style PHP 5.4 `Array(...)` declarations to `[...]`* Update variable names getting rid hungarian notation prefixes (e.g. `str_`, `i_`, etc).* Allow cluster seeds to be passed on the command-line instead of soley relying on either a node environment variable or our tests/nodes/nodemap file. This should make it easier to run ad-hoc cluster tests by specifying just a single seed.* Add some diagnostics for when we can't find a suitable cluster to run our tests against indicating exactly where we looked for the env var and node file.* Refactor RedisArray tests to use our newer TestSuite assertions.* Allow `RedisArray` ports to be specified on the command-line as well.* Various formatting fixes.* More robust KeyDB detection.1 parent0d89e92 commit78b70ca
File tree
7 files changed
+904
-829
lines changed- tests
7 files changed
+904
-829
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments
Comments
(0)