Disable all kinds of tests until upgrades are complete.

This commit is contained in:
James Cole
2019-04-09 15:32:48 +02:00
parent 63070bffc3
commit 97726c3822
114 changed files with 1581 additions and 1205 deletions

View File

@@ -24,8 +24,8 @@ declare(strict_types=1);
namespace Tests\Unit\Import\MapperPreProcess;
use FireflyIII\Import\MapperPreProcess\TagsComma;
use Tests\TestCase;
use Log;
use Tests\TestCase;
/**
* Class TagsCommaTest

View File

@@ -24,8 +24,8 @@ declare(strict_types=1);
namespace Tests\Unit\Import\MapperPreProcess;
use FireflyIII\Import\MapperPreProcess\TagsSpace;
use Tests\TestCase;
use Log;
use Tests\TestCase;
/**
* Class TagsSpaceTest