mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
@ -1,4 +1,4 @@
|
||||
<?php namespace Test;
|
||||
<?php namespace Test\User;
|
||||
|
||||
use BookStack\Api\ApiToken;
|
||||
use Carbon\Carbon;
|
||||
|
@ -1,4 +1,6 @@
|
||||
<?php namespace Tests;
|
||||
<?php namespace Test\User;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class UserPreferencesTest extends TestCase
|
||||
{
|
||||
|
@ -1,4 +1,6 @@
|
||||
<?php namespace Tests;
|
||||
<?php namespace Test\User;
|
||||
|
||||
use Tests\BrowserKitTest;
|
||||
|
||||
class UserProfileTest extends BrowserKitTest
|
||||
{
|
||||
|
Reference in New Issue
Block a user