mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Expand tests and API code.
This commit is contained in:
@@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace Tests\Api\V1\Controllers;
|
||||
|
||||
use FireflyIII\Transformers\UserTransformer;
|
||||
use Laravel\Passport\Passport;
|
||||
use Tests\TestCase;
|
||||
|
||||
@@ -63,6 +62,7 @@ class AboutControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* Test user end point
|
||||
*
|
||||
* @covers \FireflyIII\Api\V1\Controllers\AboutController::user
|
||||
*/
|
||||
public function testUser()
|
||||
|
||||
Reference in New Issue
Block a user