Skip to content

Commit 2c9c71c

Browse files
committed
Revert "Skip xdebug tests for PHP 8.5: package not yet available"
This reverts commit de46ba2.
1 parent de46ba2 commit 2c9c71c

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

extensions/8.5/xdebug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/xdebug

tests-suite/php-blackfire.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ test_enable() {
88
assert_equals "0" "$?"
99
}
1010
test_alertConflictWithXDebug() {
11-
# Skip this test for PHP 8.5 since xdebug is not yet available
12-
if [[ "${PHP_VERSION}" == "8.5" ]]; then
13-
echo "-- Skipping blackfire+xdebug conflict test for PHP${PHP_VERSION} (xdebug not available)"
14-
return 0
15-
fi
1611
# Tests that blackfire + xdebug will output an error
1712
RESULT="$(docker run ${RUN_OPTIONS} --rm -e PHP_EXTENSION_XDEBUG=1 -e PHP_EXTENSION_BLACKFIRE=1 \
1813
"${REPO}:${TAG_PREFIX}${PHP_VERSION}-${BRANCH}-${BRANCH_VARIANT}" \

tests-suite/php-xdebug.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/usr/bin/env bash
22
. ./config
33

4-
# xdebug is not yet available for PHP 8.5
5-
if [[ "${PHP_VERSION}" == "8.5" ]]; then
6-
echo "-- PHP${PHP_VERSION} does not yet have xdebug package available"
7-
return 0
8-
fi
9-
104
############################################################
115
## xdebug
126
############################################################

0 commit comments

Comments
 (0)