mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 16:50:07 +02:00
Bugfix
This commit is contained in:
@@ -48,7 +48,7 @@ class PsrResponseCommandTest extends TestCase
|
|||||||
$this->assertTrue(in_array($output->getHeaderLine('Content-Type'), [
|
$this->assertTrue(in_array($output->getHeaderLine('Content-Type'), [
|
||||||
'application/xml',
|
'application/xml',
|
||||||
'text/xml',
|
'text/xml',
|
||||||
]))
|
]));
|
||||||
|
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
strlen($encodedContent),
|
strlen($encodedContent),
|
||||||
|
Reference in New Issue
Block a user