Add newlines to tests. [skip ci]

This commit is contained in:
James Cole
2018-07-22 20:33:17 +02:00
parent b7752928a4
commit a616e06f9d
55 changed files with 55 additions and 55 deletions

View File

@@ -182,4 +182,4 @@ class AssetAccountMapperTest extends TestCase
$this->assertEquals($expected->id, $result->id);
}
}
}

View File

@@ -82,4 +82,4 @@ class CSVProcessorTest extends TestCase
}
$this->assertEquals([], $result);
}
}
}

View File

@@ -168,4 +168,4 @@ class CurrencyMapperTest extends TestCase
$this->assertNull($result);
}
}
}

View File

@@ -536,4 +536,4 @@ class ImportableConverterTest extends TestCase
$this->assertEquals([], $result);
}
}
}

View File

@@ -61,4 +61,4 @@ class ImportableCreatorTest extends TestCase
}
}
}

View File

@@ -99,4 +99,4 @@ class LineReaderTest extends TestCase
$this->assertEquals($specifics, $lines);
}
}
}

View File

@@ -124,4 +124,4 @@ class MappedValuesValidatorTest extends TestCase
return $obj;
}
}
}

View File

@@ -151,4 +151,4 @@ class MappingConvergerTest extends TestCase
$this->assertEquals(0, $result[1][0]->getMappedValue()); // value of mapping is 0.
}
}
}

View File

@@ -216,4 +216,4 @@ class OpposingAccountMapperTest extends TestCase
$mapper->map(null, $amount, []);
}
}
}