Code cleanup.

This commit is contained in:
James Cole
2017-11-08 09:05:10 +01:00
parent b6514c7e54
commit 8707bc6612
71 changed files with 77 additions and 67 deletions

View File

@@ -80,4 +80,4 @@ class AmountExactlyTest extends TestCase
}
}
}

View File

@@ -92,4 +92,4 @@ class AmountLessTest extends TestCase
}
}
}

View File

@@ -102,4 +102,4 @@ class AmountMoreTest extends TestCase
}
}
}

View File

@@ -109,4 +109,4 @@ class BudgetIsTest extends TestCase
$result = BudgetIs::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -109,4 +109,4 @@ class CategoryIsTest extends TestCase
$result = CategoryIs::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -125,4 +125,4 @@ class DescriptionContainsTest extends TestCase
$result = DescriptionContains::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -137,4 +137,4 @@ class DescriptionEndsTest extends TestCase
$result = DescriptionEnds::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -103,4 +103,4 @@ class DescriptionIsTest extends TestCase
$result = DescriptionIs::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -125,4 +125,4 @@ class DescriptionStartsTest extends TestCase
$result = DescriptionStarts::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -92,4 +92,4 @@ class FromAccountContainsTest extends TestCase
}
}
}

View File

@@ -106,4 +106,4 @@ class FromAccountEndsTest extends TestCase
}
}
}

View File

@@ -93,4 +93,4 @@ class FromAccountIsTest extends TestCase
$this->assertTrue($result);
}
}
}

View File

@@ -106,4 +106,4 @@ class FromAccountStartsTest extends TestCase
}
}
}

View File

@@ -96,4 +96,4 @@ class HasAnyBudgetTest extends TestCase
$this->assertFalse($result);
}
}
}

View File

@@ -96,4 +96,4 @@ class HasAnyCategoryTest extends TestCase
$this->assertFalse($result);
}
}
}

View File

@@ -73,4 +73,4 @@ class HasAnyTagTest extends TestCase
$this->assertFalse($result);
}
}
}

View File

@@ -82,4 +82,4 @@ class HasAttachmentTest extends TestCase
$this->assertTrue($result);
}
}
}

View File

@@ -96,4 +96,4 @@ class HasNoBudgetTest extends TestCase
$result = HasNoBudget::willMatchEverything($value);
$this->assertFalse($result);
}
}
}

View File

@@ -96,4 +96,4 @@ class HasNoCategoryTest extends TestCase
$result = HasNoCategory::willMatchEverything($value);
$this->assertFalse($result);
}
}
}

View File

@@ -76,4 +76,4 @@ class HasNoTagTest extends TestCase
$result = HasNoTag::willMatchEverything($value);
$this->assertFalse($result);
}
}
}

View File

@@ -90,4 +90,4 @@ class NotesAnyTest extends TestCase
$result = NotesAny::willMatchEverything($value);
$this->assertFalse($result);
}
}
}

View File

@@ -117,4 +117,4 @@ class NotesAreTest extends TestCase
$result = NotesAre::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -143,4 +143,4 @@ class NotesContainTest extends TestCase
$result = NotesContain::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -91,4 +91,4 @@ class NotesEmptyTest extends TestCase
$this->assertFalse($result);
}
}
}

View File

@@ -115,4 +115,4 @@ class NotesEndTest extends TestCase
$result = NotesEnd::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -115,4 +115,4 @@ class NotesStartTest extends TestCase
$result = NotesStart::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -102,4 +102,4 @@ class TagIsTest extends TestCase
$result = TagIs::willMatchEverything($value);
$this->assertTrue($result);
}
}
}

View File

@@ -90,4 +90,4 @@ class ToAccountContainsTest extends TestCase
}
}
}

View File

@@ -106,4 +106,4 @@ class ToAccountEndsTest extends TestCase
}
}
}

View File

@@ -93,4 +93,4 @@ class ToAccountIsTest extends TestCase
}
}
}

View File

@@ -106,4 +106,4 @@ class ToAccountStartsTest extends TestCase
}
}
}

View File

@@ -78,4 +78,4 @@ class TransactionTypeTest extends TestCase
}
}
}