Skip to content

Commit 6d11be8

Browse files
committed
Test installing tensor 2.1.4
1 parent 70fb1b9 commit 6d11be8

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

features/pecl/install-extensions.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Feature: download and install PECL extensions
2020
| apc | APC |
2121
| apcu | apcu |
2222
| mongo | mongo |
23+
| tensor | tensor |
2324
| zstd | zstd |
2425

2526
Scenario Outline: Does NOT install extensions from PECL repository having wrong version in source code
124 KB
Binary file not shown.

tests/pecl-website/web/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ static function ($errno, $errstr, $errfile, $errline): void {
6767
'/get/oci8/2.0.8' => "{$assetsDir}/oci8-2.0.8.tgz",
6868
'/get/sqlsrv' => "{$assetsDir}/sqlsrv-5.9.0beta2.tgz",
6969
'/get/swoole' => "{$assetsDir}/swoole-4.6.2.tgz",
70+
'/get/tensor' => "{$assetsDir}/tensor-2.1.4.tgz",
7071
'/get/yaml' => "{$assetsDir}/yaml-2.2.1.tgz",
7172
'/get/zstd' => "{$assetsDir}/zstd-0.10.0.tgz",
7273
];

0 commit comments

Comments
 (0)