Skip to content

Commit 0692ca9

Browse files
vlajosnicolas-grekas
authored andcommitted
1 parent 620a3d4 commit 0692ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function testMemberMetadatas()
113113
$this->metadata->addPropertyConstraint('firstName', new ConstraintA());
114114

115115
$this->assertTrue($this->metadata->hasMemberMetadatas('firstName'));
116-
$this->assertFalse($this->metadata->hasMemberMetadatas('non_existant_field'));
116+
$this->assertFalse($this->metadata->hasMemberMetadatas('non_existent_field'));
117117
}
118118

119119
public function testMergeConstraintsKeepsPrivateMembersSeparate()

src/Symfony/Component/Yaml/Tests/Fixtures/YtsDocumentSeparator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ruby: |
2121
test: Leading Document Separator
2222
todo: true
2323
brief: >
24-
You can explicity give an opening
24+
You can explicitly give an opening
2525
document separator to your YAML stream.
2626
yaml: |
2727
---

0 commit comments

Comments
 (0)