Skip to content

Commit e8cf7fd

Browse files
committed
Update test for environment info command
1 parent d437da7 commit e8cf7fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Functional/EnvCommandsTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@ public function testInfoCommand()
310310
$envInfo,
311311
'Environment info should have "php_version" field.'
312312
);
313+
$this->assertArrayHasKey(
314+
'php_runtime_generation',
315+
$envInfo,
316+
'Environment info should have "php_runtime_generation" field.'
317+
);
313318
}
314319

315320
/**

0 commit comments

Comments
 (0)