Browse Source

Remove optional parameter.

Mark Story 11 years ago
parent
commit
dd2e3a3dc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TestSuite/IntegrationTestCase.php

+ 1 - 1
src/TestSuite/IntegrationTestCase.php

@@ -480,7 +480,7 @@ abstract class IntegrationTestCase extends TestCase
      * @param string $message The failure message that will be appended to the generated message.
      * @return void
      */
-    public function assertRedirectContains($url = null, $message = '')
+    public function assertRedirectContains($url, $message = '')
     {
         if (!$this->_response) {
             $this->fail('No response set, cannot assert location header. ' . $message);