Commit 27b077f
committed
Remove cf-helper-php from test fixtures
Composer 2.9.8 blocks packages with known security advisories by
default. The cf-helper-php 1.6.x dependency pulls in filp/whoops ~1.1
and symfony/yaml ~2.5, both flagged with advisories, causing staging
failures in the phpredis and amqp module tests.
Remove cf-helper-php from both fixtures since the tests only verify
that PHP extensions (ext-redis, ext-amqp) load correctly. Simplify the
phpredis index.php to connect directly to localhost instead of using
CfHelper to parse VCAP_SERVICES (no Redis service is bound in tests).1 parent a825da5 commit 27b077f
3 files changed
Lines changed: 6 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
31 | 11 | | |
32 | 12 | | |
33 | 13 | | |
34 | | - | |
| 14 | + | |
35 | 15 | | |
36 | 16 | | |
37 | 17 | | |
| |||
0 commit comments