PHP 클래스 spec\PhpSpec\Runner\CollaboratorManagerSpec

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

공개 메소드들

메소드 설명
it_creates_function_arguments_for_ReflectionFunction ( ReflectionFunction $function, ReflectionParameter $param1, ReflectionParameter $param2 )
it_creates_null_function_arguments_for_ReflectionFunction_if_no_collaborator_found ( ReflectionFunction $function, ReflectionParameter $param1, ReflectionParameter $param2 )
it_provides_a_method_to_check_if_collaborator_exists ( $collaborator )
it_stores_collaborators_by_name ( $collaborator )
it_throws_CollaboratorException_on_attempt_to_get_unexisting_collaborator ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

메소드 상세

it_creates_function_arguments_for_ReflectionFunction() 공개 메소드

public it_creates_function_arguments_for_ReflectionFunction ( ReflectionFunction $function, ReflectionParameter $param1, ReflectionParameter $param2 )
$function ReflectionFunction
$param1 ReflectionParameter
$param2 ReflectionParameter

it_creates_null_function_arguments_for_ReflectionFunction_if_no_collaborator_found() 공개 메소드

public it_creates_null_function_arguments_for_ReflectionFunction_if_no_collaborator_found ( ReflectionFunction $function, ReflectionParameter $param1, ReflectionParameter $param2 )
$function ReflectionFunction
$param1 ReflectionParameter
$param2 ReflectionParameter

it_provides_a_method_to_check_if_collaborator_exists() 공개 메소드

it_stores_collaborators_by_name() 공개 메소드

public it_stores_collaborators_by_name ( $collaborator )

it_throws_CollaboratorException_on_attempt_to_get_unexisting_collaborator() 공개 메소드

let() 공개 메소드

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter