Commit e52f601
committed
Fix pebbleAvailable() to use curl instead of file_get_contents
file_get_contents with an SSL stream context is unreliable in Pest parallel
workers; switching to curl (explicitly loaded as a PHP extension in CI) ensures
the Pebble probe returns a valid HTTP status code and integration tests run.1 parent 26b43f5 commit e52f601
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
| |||
0 commit comments