PhpSpec\Formatter\Presenter\SimplePresenter::presentString PHP Méthode

presentString() public méthode

public presentString ( string $string ) : string
$string string
Résultat string
    public function presentString($string)
    {
        return $string;
    }