We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2411ec9 commit ccd11e8Copy full SHA for ccd11e8
tests/TestRedis.php
@@ -34,6 +34,7 @@
34
35
/* Let the user know this can take a bit of time */
36
echo "Note: these tests might take up to a minute. Don't worry :-)\n";
37
+echo "Using PHP version " . PHP_VERSION . "\n";
38
39
/* Depending on the classes being tested, run our tests on it */
40
echo "Testing class ";
0 commit comments