Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 04f3927

Browse files
committed
Add missing new line at EOF
1 parent 9e475bc commit 04f3927

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/Doctrine/Tests/ODM/CouchDB/AttachmentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ public function testCreateFromBinaryFileHandle()
100100
$attachment = Attachment::createFromBinaryData($fh);
101101
$this->assertEquals('Hello i am a string!', $attachment->getRawData());
102102
}
103-
}
103+
}

tests/Doctrine/Tests/ODM/CouchDB/Functional/MergeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ public function testMergeUnknownAssignedId()
106106
$this->assertNotSame($mergedDoc, $doc);
107107
$this->assertSame($mergedDoc->id, $doc->id);
108108
}
109-
}
109+
}

tests/Doctrine/Tests/ODM/CouchDB/Functional/ReferenceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public function testLazyLoadReference()
4242

4343
$this->assertTrue($lazyUser->__isInitialized__);
4444
}
45-
}
45+
}

tests/Doctrine/Tests/ODM/CouchDB/Mapping/AnnotationDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ protected function ensureIsLoaded($entityClassName)
6969
{
7070
new $entityClassName;
7171
}
72-
}
72+
}

tests/Doctrine/Tests/ODM/CouchDB/Types/TypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ public function testGetTypesMap()
2929
{
3030
$this->assertArrayHasKey('mixed', Type::getTypesMap());
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)