Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
GenerateConfigurationCommand.php
function GenerateConfigurationCommand::read
1 call to
GenerateConfigurationCommand::read()
GenerateConfigurationCommand::execute
in vendor/
phpunit/
phpunit/
src/
TextUI/
Command/
Commands/
GenerateConfigurationCommand.php
File
vendor/
phpunit/
phpunit/
src/
TextUI/
Command/
Commands/
GenerateConfigurationCommand.php
, line 99
Class
GenerateConfigurationCommand
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\Command
Code
private
function
read
() : string {
return
trim
(
fgets
(
STDIN
)); }
RSS feed