mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix namespace.
This commit is contained in:
parent
a502594545
commit
8cebd03298
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Feature\Support;
|
namespace Tests\Unit\Support;
|
||||||
|
|
||||||
use FireflyIII\Support\Amount;
|
use FireflyIII\Support\Amount;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
@ -8,7 +8,6 @@ use Steam;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class AmountTest
|
* Class AmountTest
|
||||||
* TODO move to correct directory.
|
|
||||||
*/
|
*/
|
||||||
class AmountTest extends TestCase
|
class AmountTest extends TestCase
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user