Skip to content

Commit

Permalink
Correct statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Dec 21, 2014
1 parent 208005a commit 7de2994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/IntegrationTestCase.php
Expand Up @@ -453,7 +453,7 @@ public function assertNoRedirect($message = '') {
if (!empty($result['Location'])) {
$message .= ': ' . $result['Location'];
}
$this->assertTrue(!empty($result['Location']), $message);
$this->assertTrue(empty($result['Location']), $message);
}

/**
Expand Down

0 comments on commit 7de2994

Please sign in to comment.