|
|
@@ -376,7 +376,7 @@ abstract class IntegrationTestCase extends MyControllerTestCase {
|
|
|
if (!$this->_response) {
|
|
|
$this->fail('No response set, cannot assert content. ' . $message);
|
|
|
}
|
|
|
- $this->assertNotContains($content, $this->_response->body(), $message);
|
|
|
+ $this->assertNotContains($content, (string)$this->_response->body(), $message);
|
|
|
}
|
|
|
|
|
|
/**
|