mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Mark all tests as incomplete.
This commit is contained in:
@@ -6,8 +6,21 @@ use FireflyIII\Support\Amount;
|
||||
use Tests\TestCase;
|
||||
use Steam;
|
||||
|
||||
/**
|
||||
* Class AmountTest
|
||||
* TODO move to correct directory.
|
||||
*/
|
||||
class AmountTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Set up test
|
||||
*/
|
||||
public function setUp(): void
|
||||
{
|
||||
self::markTestIncomplete('Incomplete for refactor.');
|
||||
|
||||
return;
|
||||
}
|
||||
/**
|
||||
* @dataProvider getTestLocales
|
||||
* @param string $locale
|
||||
|
Reference in New Issue
Block a user