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 6415b1a commit 70af1edCopy full SHA for 70af1ed
src/test/php/lang/reflection/unittest/FromAttributesTest.class.php
@@ -2,9 +2,11 @@
2
3
use ReflectionClass, StdClass as Dynamic;
4
use lang\meta\FromAttributes;
5
+use test\verify\Runtime;
6
use test\{Assert, Test, Ignore as Skip};
7
use util\Comparison as WithComparison;
8
9
+#[Runtime(php: '>=8.0')]
10
class FromAttributesTest {
11
12
#[Test]
@@ -19,6 +21,7 @@ public function imports() {
19
21
'ReflectionClass' => null,
20
22
'FromAttributes' => FromAttributes::class,
23
'Dynamic' => Dynamic::class,
24
+ 'Runtime' => Runtime::class,
25
'Assert' => Assert::class,
26
'Test' => Test::class,
27
'WithComparison' => WithComparison::class,
0 commit comments