Various small fixes.

This commit is contained in:
James Cole 2017-09-12 18:24:42 +02:00
parent 626a9aac4b
commit ce205ab413
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ class LoginController extends Controller
*/
public function __construct()
{
parent::__construct();
$this->middleware('guest')->except('logout');
}
}

View File

@ -7,7 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
stopOnFailure="true">
<testsuites>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>