Ian den Hartog 8 years ago
parent
commit
72dd0183dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/TestSuite/IntegrationTestCaseTest.php

+ 1 - 1
tests/TestCase/TestSuite/IntegrationTestCaseTest.php

@@ -778,7 +778,7 @@ class IntegrationTestCaseTest extends IntegrationTestCase
     public function testAssertResponseContains()
     {
         $this->_response = new Response();
-        $this->_response = $this->_response->withStringBody('Some content');;
+        $this->_response = $this->_response->withStringBody('Some content');
 
         $this->assertResponseContains('content');
     }