diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-07-26 21:12:21 -0300 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-08-28 21:20:00 -0300 |
commit | 2f7003847d3b48ea89fdec2bd5388085cf6b4d0e (patch) | |
tree | eff844d0c3e0794916228369104fa3305a1cc0f7 /ext/date/tests/strftime_variation13.phpt | |
parent | 3748d8070ffd7750c73c327e212d6dc4fc76d427 (diff) | |
download | php-git-2f7003847d3b48ea89fdec2bd5388085cf6b4d0e.tar.gz |
Make more tests run on Linux
Diffstat (limited to 'ext/date/tests/strftime_variation13.phpt')
-rw-r--r-- | ext/date/tests/strftime_variation13.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/date/tests/strftime_variation13.phpt b/ext/date/tests/strftime_variation13.phpt index 3218558184..4e0385fd71 100644 --- a/ext/date/tests/strftime_variation13.phpt +++ b/ext/date/tests/strftime_variation13.phpt @@ -1,11 +1,5 @@ --TEST-- Test strftime() function : usage variation - Checking date related formats which was not supported on Windows before VC14. ---SKIPIF-- -<?php -if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') { - die("skip Test is valid for Windows"); -} -?> --FILE-- <?php /* Prototype : string strftime(string format [, int timestamp]) |