Skip to content

Commit cfd5ad8

Browse files
authored
Fix syntax error in README
1 parent f1c2d44 commit cfd5ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ In both cases, you can optionally test the exception message
185185
<?php
186186

187187
$this->specify('some exception with a message', function() {
188-
throw new NotFoundException("my error message');
188+
throw new NotFoundException('my error message');
189189
}, ['throws' => ['NotFoundException', 'my error message']]);
190190
?>
191191
```

0 commit comments

Comments
 (0)