diff options
| author | Magnus M��tt� <magnus@php.net> | 2005-03-09 03:45:24 +0000 |
|---|---|---|
| committer | Magnus M��tt� <magnus@php.net> | 2005-03-09 03:45:24 +0000 |
| commit | d06dec1ac02a7fdb9aa42eff07a71771ac8df1b9 (patch) | |
| tree | 2e2c09367122a9a756e1d7a02f0718791a66dc18 /ext/pdo_oci | |
| parent | f0a3e5be17a231419c055cfd43b2e085863d3b4c (diff) | |
| download | php-git-d06dec1ac02a7fdb9aa42eff07a71771ac8df1b9.tar.gz | |
Remove old test.
Diffstat (limited to 'ext/pdo_oci')
| -rw-r--r-- | ext/pdo_oci/tests/connect.phpt | 17 | ||||
| -rw-r--r-- | ext/pdo_oci/tests/settings.inc | 13 |
2 files changed, 0 insertions, 30 deletions
diff --git a/ext/pdo_oci/tests/connect.phpt b/ext/pdo_oci/tests/connect.phpt deleted file mode 100644 index 9c79e86a40..0000000000 --- a/ext/pdo_oci/tests/connect.phpt +++ /dev/null @@ -1,17 +0,0 @@ ---TEST-- -PDO_OCI: connect ---SKIPIF-- -<?php # vim:ft=php -if (!extension_loaded("pdo_oci")) print "skip"; -?> ---FILE-- -<?php /* $Id$ */ - -require "settings.inc"; - -$db = new PDO("oci:dbname=$dbase",$user,$password) or die("connect error"); -echo "done\n"; - -?> ---EXPECT-- -done diff --git a/ext/pdo_oci/tests/settings.inc b/ext/pdo_oci/tests/settings.inc deleted file mode 100644 index cbbaeda491..0000000000 --- a/ext/pdo_oci/tests/settings.inc +++ /dev/null @@ -1,13 +0,0 @@ -<?php /* $Id$ */ - -/* - * Please, change user, password and dbase to match your configuration. - * */ - -$user = "system"; -$password = "manager"; -$dbase = "dbase"; - -$schema = "system"; - -?> |
