]>
BookStack Code Mirror - bookstack/blobdiff - tests/Api/ApiConfigTest.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
/
Api
/
ApiConfigTest.php
diff --git
a/tests/Api/ApiConfigTest.php
b/tests/Api/ApiConfigTest.php
index 1b3da2f34f8d19c8c0df42ceccea045dbea208ac..def62c94dd40465899f3e794e2c6b7897a963ff4 100644
(file)
--- a/
tests/Api/ApiConfigTest.php
+++ b/
tests/Api/ApiConfigTest.php
@@
-1,9
+1,6
@@
-<?php
+<?php
namespace Tests\Api;
-namespace Tests;
-
-use BookStack\Auth\Permissions\RolePermission;
-use Carbon\Carbon;
+use Tests\TestCase;
class ApiConfigTest extends TestCase
{