Page MenuHomeDevCentral

D384.diff
No OneTemporary

D384.diff

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

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)

Event Timeline