1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated test files to be PSR-4 compliant

Closes #1924
This commit is contained in:
Dan Brown
2020-04-04 01:16:05 +01:00
parent 3500182c5f
commit f84bf8e883
33 changed files with 89 additions and 62 deletions

View File

@ -1,4 +1,4 @@
<?php namespace Tests;
<?php namespace Tests\Permissions;
use BookStack\Entities\Book;
use BookStack\Entities\Bookshelf;
@ -6,6 +6,7 @@ use BookStack\Entities\Chapter;
use BookStack\Entities\Entity;
use BookStack\Auth\User;
use BookStack\Entities\Page;
use Tests\BrowserKitTest;
class RestrictionsTest extends BrowserKitTest
{