This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/tests/test_info.php
2015-08-01 14:05:42 +01:00

6 lines
236 B
PHP

<?php
print("Shimmie Auto-Test\n");
print("~~~~~~~~~~~~~~~~~\n");
print("Database : " . getenv("DB") . "\n");
print("PHP : " . phpversion() . "\n");
print("PDO drivers: " . var_export(PDO::getAvailableDrivers(), true) . "\n");