]>
BookStack Code Mirror - bookstack/blobdiff - tests/Auth/UserInviteTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated test files to be PSR-4 compliant
[bookstack]
/
tests
/
Auth
/
UserInviteTest.php
diff --git
a/tests/Auth/UserInviteTest.php
b/tests/Auth/UserInviteTest.php
index d200134a5548707b52966d445d13dff1ef096316..f2a1d0e78177e94330515b37eb924e19770c9c95 100644
(file)
--- a/
tests/Auth/UserInviteTest.php
+++ b/
tests/Auth/UserInviteTest.php
@@
-1,4
+1,4
@@
-<?php namespace Tests;
+<?php namespace Tests
\Auth
;
use BookStack\Auth\Access\UserInviteService;
@@
-8,6
+8,7
@@
use Carbon\Carbon;
use DB;
use Illuminate\Support\Str;
use Notification;
+use Tests\TestCase;
class UserInviteTest extends TestCase
{