Browse Source

remove test dependance on postgres ** this still fails however

PHP-5.0
Alan Knowles 22 years ago
parent
commit
6284b34e6e
  1. 2
      tests/lang/039.phpt

2
tests/lang/039.phpt

@ -27,7 +27,7 @@ set_error_handler('Error2Exception');
try
{
$con = pg_connect('host=localhost dbname=xtest');
$con = fopen('/tmp/a_file_that_does_not_exist','r');
}
catch (Catchable $e)
{

Loading…
Cancel
Save