Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3750118
D385.id923.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
603 B
Referenced Files
None
Subscribers
None
D385.id923.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 21:23 (21 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249772
Default Alt Text
D385.id923.diff (603 B)
Attached To
Mode
D385: Extra integration test for /auth/reset view
Attached
Detach File
Event Timeline
Log In to Comment