1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 16:50:07 +02:00
This commit is contained in:
Oliver Vogel
2019-05-31 12:44:09 +02:00
parent 2bd42c557c
commit 5d59c524da

View File

@@ -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),