diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-07-29 15:42:19 -0300 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-07-29 15:42:19 -0300 |
commit | 1461f8ef0d685392e544a594fbb3732a78834a1a (patch) | |
tree | bbae33f8c069c8edb833381526b6d1ee44d4624d /ext/date/tests/date_create-2.phpt | |
parent | f2b5ac7963e85deef3afa7fe98122e6017814435 (diff) | |
download | php-git-1461f8ef0d685392e544a594fbb3732a78834a1a.tar.gz |
Remove superfluous SKIPIF sections of always available functions
Diffstat (limited to 'ext/date/tests/date_create-2.phpt')
-rw-r--r-- | ext/date/tests/date_create-2.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/tests/date_create-2.phpt b/ext/date/tests/date_create-2.phpt index 406a6b0f2c..206a0ab7f9 100644 --- a/ext/date/tests/date_create-2.phpt +++ b/ext/date/tests/date_create-2.phpt @@ -1,7 +1,5 @@ --TEST-- date_create() function [2] ---SKIPIF-- -<?php if (!function_exists('date_create')) echo "SKIP"; ?> --FILE-- <?php date_default_timezone_set("GMT"); |