PHP 클래스 spec\GrumPHP\IO\ConsoleIOSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpro/grumphp

공개 메소드들

메소드 설명
it_is_initializable ( )
it_knows_empty_command_input ( )
it_only_reads_valid_command_input_resource_streams ( )
it_reads_command_input ( )
it_should_be_a_IO ( )
it_should_know_if_the_input_is_interactive_modus ( Symfony\Component\Console\Input\InputInterface $input )
it_should_know_if_the_output_is_debug ( Symfony\Component\Console\Output\OutputInterface $output )
it_should_know_if_the_output_is_decorated ( Symfony\Component\Console\Output\OutputInterface $output )
it_should_know_if_the_output_is_verbose ( Symfony\Component\Console\Output\OutputInterface $output )
it_should_know_if_the_output_is_very_verbose ( Symfony\Component\Console\Output\OutputInterface $output )
it_should_write_error_messages ( Symfony\Component\Console\Output\OutputInterface $output )
it_should_write_error_messages_to_stderr ( Symfony\Component\Console\Output\ConsoleOutput $cliOutput, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Input\InputInterface $input )
it_should_write_messages ( Symfony\Component\Console\Output\OutputInterface $output )
let ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

비공개 메소드들

메소드 설명
mockHandle ( $content )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_knows_empty_command_input() 공개 메소드

it_only_reads_valid_command_input_resource_streams() 공개 메소드

it_reads_command_input() 공개 메소드

it_should_be_a_IO() 공개 메소드

public it_should_be_a_IO ( )

it_should_know_if_the_input_is_interactive_modus() 공개 메소드

public it_should_know_if_the_input_is_interactive_modus ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface

it_should_know_if_the_output_is_debug() 공개 메소드

public it_should_know_if_the_output_is_debug ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

it_should_know_if_the_output_is_decorated() 공개 메소드

public it_should_know_if_the_output_is_decorated ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

it_should_know_if_the_output_is_verbose() 공개 메소드

public it_should_know_if_the_output_is_verbose ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

it_should_know_if_the_output_is_very_verbose() 공개 메소드

public it_should_know_if_the_output_is_very_verbose ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

it_should_write_error_messages() 공개 메소드

public it_should_write_error_messages ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

it_should_write_error_messages_to_stderr() 공개 메소드

public it_should_write_error_messages_to_stderr ( Symfony\Component\Console\Output\ConsoleOutput $cliOutput, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Input\InputInterface $input )
$cliOutput Symfony\Component\Console\Output\ConsoleOutput
$output Symfony\Component\Console\Output\OutputInterface
$input Symfony\Component\Console\Input\InputInterface

it_should_write_messages() 공개 메소드

public it_should_write_messages ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

let() 공개 메소드

public let ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface