partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit a471e368fce465de300a06240dafabba6500fe11
parent c1483688a5c54c9aa813a5b5af4afd313d8e29c4
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 13 Sep 2015 13:56:30 +0200

Added newline at the end of the tests. Yes I fixed my editor settings to avoid such commits in the future ;)

Diffstat:
Msrc/PartKeepr/UploadedFileBundle/Tests/UploadTest.php | 3+--
Msrc/PartKeepr/UploadedFileBundle/Tests/WebcamUploadTest.php | 4+---
2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/PartKeepr/UploadedFileBundle/Tests/UploadTest.php b/src/PartKeepr/UploadedFileBundle/Tests/UploadTest.php @@ -78,4 +78,4 @@ class UploadTest extends WebTestCase $this->assertEquals("TempUploadedFile", $response->response->$property); } -}- \ No newline at end of file +} diff --git a/src/PartKeepr/UploadedFileBundle/Tests/WebcamUploadTest.php b/src/PartKeepr/UploadedFileBundle/Tests/WebcamUploadTest.php @@ -55,5 +55,4 @@ class WebcamUploadTest extends WebTestCase $property = "@type"; $this->assertEquals("TempUploadedFile", $response->$property); } - -}- \ No newline at end of file +}