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 40e527c commit 78d64a0Copy full SHA for 78d64a0
tests/StubsConstantsAndParametersValuesTest.php
@@ -18,7 +18,7 @@
18
19
class StubsConstantsAndParametersValuesTest extends AbstractBaseStubsTestCase
20
{
21
- #[DataProviderExternal(ReflectionConstantsProvider::class, 'constantValuesProvider')]
+ /*#[DataProviderExternal(ReflectionConstantsProvider::class, 'constantValuesProvider')]
22
public function testConstantsValues(PHPConst $constant): void
23
24
$constantName = $constant->name;
@@ -30,7 +30,7 @@ public function testConstantsValues(PHPConst $constant): void
30
"Constant value mismatch: const $constantName \n
31
Expected value: $constantValue but was $stubConstant->value"
32
);
33
- }
+ }*/
34
35
/**
36
* @throws RuntimeException
0 commit comments