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 d437da7 commit e8cf7fdCopy full SHA for e8cf7fd
tests/Functional/EnvCommandsTest.php
@@ -310,6 +310,11 @@ public function testInfoCommand()
310
$envInfo,
311
'Environment info should have "php_version" field.'
312
);
313
+ $this->assertArrayHasKey(
314
+ 'php_runtime_generation',
315
+ $envInfo,
316
+ 'Environment info should have "php_runtime_generation" field.'
317
+ );
318
}
319
320
/**
0 commit comments