We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a1379 commit 2070c33Copy full SHA for 2070c33
src/Symfony/Component/VarDumper/Tests/Caster/ResourceCasterTest.php
@@ -69,14 +69,11 @@ public function testCastDbaPriorToPhp84()
69
}
70
71
/**
72
- * @requires PHP 8.4
+ * @requires PHP 8.4.2
73
+ * @requires extension dba
74
*/
75
public function testCastDba()
76
{
- if (\PHP_VERSION_ID < 80402) {
77
- $this->markTestSkipped('The test cannot be run on PHP 8.4.0 and PHP 8.4.1, see https://github.com/php/php-src/issues/16990');
78
- }
79
-
80
$dba = dba_open(sys_get_temp_dir().'/test.db', 'c');
81
82
$this->assertDumpMatchesFormat(
@@ -89,6 +86,7 @@ public function testCastDba()
89
86
90
87
91
88
* @requires PHP 8.4
92
93
public function testCastDbaOnBuggyPhp84()
94
0 commit comments