Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3750191
D384.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
801 B
Referenced Files
None
Subscribers
None
D384.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
@@ -2,7 +2,7 @@
/**
* Test authentication views with GET request and form title checks.
- *
+ *
* A test failure means an auth view is broken.
*/
class AuthViewsTest extends TestCase {
@@ -14,7 +14,7 @@
$this->visit('/')
->see('form-signin');
}
-
+
/**
* Tests the register account view
*/
@@ -22,7 +22,7 @@
$this->visit('/auth/register')
->see('form-register');
}
-
+
/**
* Tests the recover access view
*/
@@ -38,5 +38,5 @@
$this->visit('/auth/reset/foo')
->see('form-reset');
}
-
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 22:18 (21 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249876
Default Alt Text
D384.diff (801 B)
Attached To
Mode
D384: Fix whitespace issues
Attached
Detach File
Event Timeline
Log In to Comment