Skip to content

Commit ccd11e8

Browse files
committed
disply PHP version in test output
1 parent 2411ec9 commit ccd11e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestRedis.php

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
/* Let the user know this can take a bit of time */
3636
echo "Note: these tests might take up to a minute. Don't worry :-)\n";
37+
echo "Using PHP version " . PHP_VERSION . "\n";
3738

3839
/* Depending on the classes being tested, run our tests on it */
3940
echo "Testing class ";

0 commit comments

Comments
 (0)