Page MenuHomeDevCentral

D385.diff
No OneTemporary

D385.diff

diff --git a/tests/integration/AuthViewsTest.php b/tests/integration/AuthViewsTest.php
--- a/tests/integration/AuthViewsTest.php
+++ b/tests/integration/AuthViewsTest.php
@@ -30,7 +30,15 @@
$this->visit('/auth/recover')
->see('form-recover');
}
-
+
+ /**
+ * Tests the lack of reset password view without token
+ */
+ public function testResetPasswordViewWithoutToken() {
+ $response = $this->call('GET', '/auth/reset');
+ $this->assertEquals(404, $response->getStatusCode());
+ }
+
/**
* Tests the reset password view
*/

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 19:47 (21 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249772
Default Alt Text
D385.diff (603 B)

Event Timeline