<?php is_string(mixed $value): bool
<?php $result = $this->get('/exception'); $this->assertTrue(is_string($result->getContent())); } }