Skip to content

Commit 2575466

Browse files
committed
test: change to fit the minimum system libzstd library version
1 parent 8ed8865 commit 2575466

4 files changed

Lines changed: 0 additions & 84 deletions

File tree

tests/008.phpt

Lines changed: 0 additions & 72 deletions
This file was deleted.

tests/009.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
--TEST--
22
zstd_compress(): compress level
3-
--SKIPIF--
4-
<?php
5-
if (LIBZSTD_VERSION_NUMBER < 10304) die("skip needs libzstd 1.3.4");
6-
?>
73
--FILE--
84
<?php
95
include(dirname(__FILE__) . '/data.inc');

tests/dictionary_01.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
--TEST--
22
zstd_compress_dict(): compress level
3-
--SKIPIF--
4-
<?php
5-
if (LIBZSTD_VERSION_NUMBER < 10304) die("skip needs libzstd 1.3.4");
6-
?>
73
--FILE--
84
<?php
95
include(dirname(__FILE__) . '/data.inc');

tests/streams_5.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
--TEST--
22
compress.zstd streams with dictionary
3-
--SKIPIF--
4-
<?php
5-
if (LIBZSTD_VERSION_NUMBER < 10400) die("skip needs libzstd 1.4.0");
6-
?>
73
--FILE--
84
<?php
95
include(dirname(__FILE__) . '/data.inc');

0 commit comments

Comments
 (0)