Skip to content

Commit b5b0aa1

Browse files
Fix.
1 parent 3752943 commit b5b0aa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PHPUnit/Framework/Constraint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ public static function negate($string)
120120
return str_replace(
121121
array(
122122
'contains ',
123-
'exists ',
123+
'exists',
124124
'has ',
125125
'is ',
126126
'matches '
127127
),
128128
array(
129129
'does not contain ',
130-
'does not exist ',
130+
'does not exist',
131131
'does not have ',
132132
'is not ',
133133
'does not match '

0 commit comments

Comments
 (0)