Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28be4a8

Browse files
committed
display integer size in test suite output
1 parent 52dbe95 commit 28be4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestRedis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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";
37+
echo "Using PHP version " . PHP_VERSION . " (" . (PHP_INT_SIZE*8) . " bits)\n";
3838

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

0 commit comments

Comments
 (0)