diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-03 02:33:09 -0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-02-03 13:54:34 +0100 |
commit | c6c9e71a5b65aa96ad133f90d7f48b18cdc95788 (patch) | |
tree | 5e59fcb09fbe06f629ec571e865e33feeca75a21 /ext/fileinfo/tests | |
parent | a0e5af70a73dd76d92bdf2e5e03ec13e9a7e43ef (diff) | |
download | php-git-c6c9e71a5b65aa96ad133f90d7f48b18cdc95788.tar.gz |
Add missing SKIPIF sections
Diffstat (limited to 'ext/fileinfo/tests')
-rw-r--r-- | ext/fileinfo/tests/precedural_finfo_in_method.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fileinfo/tests/precedural_finfo_in_method.phpt b/ext/fileinfo/tests/precedural_finfo_in_method.phpt index 8495d4cc1e..539473fd95 100644 --- a/ext/fileinfo/tests/precedural_finfo_in_method.phpt +++ b/ext/fileinfo/tests/precedural_finfo_in_method.phpt @@ -1,5 +1,7 @@ --TEST-- Using procedural finfo API in a method +--SKIPIF-- +<?php require 'skipif.inc'; ?> --FILE-- <?php |