Correct namespace and location.

This commit is contained in:
James Cole
2020-08-01 05:32:17 +02:00
parent 895762ff18
commit ad76afe4f6
39 changed files with 30 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Tests\Support;
namespace Tests\Feature\Support;
use FireflyIII\Support\Amount;
use Tests\TestCase;

View File

@@ -41,7 +41,6 @@ use Tests\TestCase;
*/
class CategoryTransformerTest extends TestCase
{
use TestDataTrait;
/**
*