1 parent 3752943 commit b5b0aa1Copy full SHA for b5b0aa1
1 file changed
PHPUnit/Framework/Constraint.php
@@ -120,14 +120,14 @@ public static function negate($string)
120
return str_replace(
121
array(
122
'contains ',
123
- 'exists ',
+ 'exists',
124
'has ',
125
'is ',
126
'matches '
127
),
128
129
'does not contain ',
130
- 'does not exist ',
+ 'does not exist',
131
'does not have ',
132
'is not ',
133
'does not match '
0 commit comments