diff --git a/test/Transfer/Adapter/HttpTest.php b/test/Transfer/Adapter/HttpTest.php index 6af43f0..34ec79a 100644 --- a/test/Transfer/Adapter/HttpTest.php +++ b/test/Transfer/Adapter/HttpTest.php @@ -334,6 +334,6 @@ public function testValidationOfPhpExtendsFormError() $_FILES = []; $adapter = new HttpTestMockAdapter(); $this->assertFalse($adapter->isValidParent()); - $this->assertContains('exceeds the defined ini size', current($adapter->getMessages())); + $this->assertContains('exceeds', current($adapter->getMessages())); } }