Answer the question
In order to leave comments, you need to log in
phpunit dump var_dump in test?
What doesn't work for me
print($properties);
var_dump($properties);
ob_end_clean();
var_dump('something');
ob_start();
fwrite(STDERR, print_r('test', TRUE));
fwrite(STDERR, 'tettsstts'."\n");
fwrite(STDOUT, "__METHOD__" . "\n");
$this->expectOutputString('bar');
print 'baz';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question