mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Code cleanup.
This commit is contained in:
@@ -80,4 +80,4 @@ class AmountExactlyTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,4 +92,4 @@ class AmountLessTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -102,4 +102,4 @@ class AmountMoreTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,4 +109,4 @@ class BudgetIsTest extends TestCase
|
||||
$result = BudgetIs::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,4 +109,4 @@ class CategoryIsTest extends TestCase
|
||||
$result = CategoryIs::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -125,4 +125,4 @@ class DescriptionContainsTest extends TestCase
|
||||
$result = DescriptionContains::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,4 +137,4 @@ class DescriptionEndsTest extends TestCase
|
||||
$result = DescriptionEnds::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,4 +103,4 @@ class DescriptionIsTest extends TestCase
|
||||
$result = DescriptionIs::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -125,4 +125,4 @@ class DescriptionStartsTest extends TestCase
|
||||
$result = DescriptionStarts::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,4 +92,4 @@ class FromAccountContainsTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,4 +106,4 @@ class FromAccountEndsTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,4 +93,4 @@ class FromAccountIsTest extends TestCase
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,4 +106,4 @@ class FromAccountStartsTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,4 +96,4 @@ class HasAnyBudgetTest extends TestCase
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,4 +96,4 @@ class HasAnyCategoryTest extends TestCase
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,4 +73,4 @@ class HasAnyTagTest extends TestCase
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,4 +82,4 @@ class HasAttachmentTest extends TestCase
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,4 +96,4 @@ class HasNoBudgetTest extends TestCase
|
||||
$result = HasNoBudget::willMatchEverything($value);
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,4 +96,4 @@ class HasNoCategoryTest extends TestCase
|
||||
$result = HasNoCategory::willMatchEverything($value);
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,4 +76,4 @@ class HasNoTagTest extends TestCase
|
||||
$result = HasNoTag::willMatchEverything($value);
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,4 +90,4 @@ class NotesAnyTest extends TestCase
|
||||
$result = NotesAny::willMatchEverything($value);
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,4 +117,4 @@ class NotesAreTest extends TestCase
|
||||
$result = NotesAre::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,4 +143,4 @@ class NotesContainTest extends TestCase
|
||||
$result = NotesContain::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,4 +91,4 @@ class NotesEmptyTest extends TestCase
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,4 +115,4 @@ class NotesEndTest extends TestCase
|
||||
$result = NotesEnd::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,4 +115,4 @@ class NotesStartTest extends TestCase
|
||||
$result = NotesStart::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -102,4 +102,4 @@ class TagIsTest extends TestCase
|
||||
$result = TagIs::willMatchEverything($value);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,4 +90,4 @@ class ToAccountContainsTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,4 +106,4 @@ class ToAccountEndsTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,4 +93,4 @@ class ToAccountIsTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,4 +106,4 @@ class ToAccountStartsTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,4 +78,4 @@ class TransactionTypeTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user