File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public function testMemberMetadatas()
113
113
$ this ->metadata ->addPropertyConstraint ('firstName ' , new ConstraintA ());
114
114
115
115
$ this ->assertTrue ($ this ->metadata ->hasMemberMetadatas ('firstName ' ));
116
- $ this ->assertFalse ($ this ->metadata ->hasMemberMetadatas ('non_existant_field ' ));
116
+ $ this ->assertFalse ($ this ->metadata ->hasMemberMetadatas ('non_existent_field ' ));
117
117
}
118
118
119
119
public function testMergeConstraintsKeepsPrivateMembersSeparate ()
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ruby: |
21
21
test : Leading Document Separator
22
22
todo : true
23
23
brief : >
24
- You can explicity give an opening
24
+ You can explicitly give an opening
25
25
document separator to your YAML stream.
26
26
yaml : |
27
27
---
You can’t perform that action at this time.
0 commit comments