--TEST-- Driver Loading Test --DESCRIPTION-- Loads the PHP driver to check whether it is operational or not by checking if SQLSRV is enabled in phpinfo() --ENV-- PHPT_EXEC=true --FILE-- --EXPECT-- array(1) { [0]=> string(25) "sqlsrv support => enabled" } Test "Driver Loading" completed successfully.