Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
spec
PHPSpec2
Formatter
Presenter
StringPresenter
let
spec\PHPSpec2\Formatter\Presenter\StringPresenter::let PHP Method
StringPresenter Class Documentation
Datei anzeigen
Open project: phpspec/phpspec2
let()
public
method
public
let
(
PHPSpec2\Formatter\Presenter\Differ\Differ
$differ
)
$differ
PHPSpec2\Formatter\Presenter\Differ\Differ
function let($differ) { $this->beConstructedWith($differ); }
StringPresenter
it_should_present_array_as_elements_count
it_should_present_boolean_as_string
it_should_present_closure_as_type
it_should_present_exception_as_class_with_constructor
it_should_present_long_string_in_quotes_but_trimmed
it_should_present_object_as_classname
it_should_present_only_first_line_of_multiline_string
it_should_present_short_string_in_quotes
it_should_present_simple_type_as_typed_value
it_should_present_string_as_string
let