]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/ApiAuthTest.php
Docker: Fix PHP tests
[bookstack] / tests / Api / ApiAuthTest.php
index 1f283753ae9dc02f83d2dddd0c4107d4aa4b7604..3020939479b355ab0d91fab30e6dc3acedb2288e 100644 (file)
@@ -1,10 +1,9 @@
-<?php
-
-namespace Tests;
+<?php namespace Tests\Api;
 
 use BookStack\Auth\Permissions\RolePermission;
 use BookStack\Auth\User;
 use Carbon\Carbon;
+use Tests\TestCase;
 
 class ApiAuthTest extends TestCase
 {