summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_timestamp_set_wrongparam_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_timestamp_set_wrongparam_002.phpt')
-rw-r--r--ext/date/tests/date_timestamp_set_wrongparam_002.phpt15
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/date/tests/date_timestamp_set_wrongparam_002.phpt b/ext/date/tests/date_timestamp_set_wrongparam_002.phpt
deleted file mode 100644
index 8fe38ff539..0000000000
--- a/ext/date/tests/date_timestamp_set_wrongparam_002.phpt
+++ /dev/null
@@ -1,15 +0,0 @@
---TEST--
-Check the function date_timestamp_set() with first parameter wrong (integer).
---CREDITS--
-Rodrigo Prado de Jesus <royopa [at] gmail [dot] com>
---INI--
-date.timezone = UTC;
-date_default_timezone_set("America/Sao_Paulo");
---FILE--
-<?php
-$dftz021 = date_default_timezone_get(); //UTC
-
-date_timestamp_set(987654321, 123456789);
-?>
---EXPECTF--
-Warning: date_timestamp_set() expects parameter 1 to be DateTime, int given in %s on line %d