Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
rawsrc committed Oct 28, 2021
1 parent 5619471 commit 7d26c9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ returns a value :
$pilot->run(
id: '001',
description: 'Resource extractor (integer) - assertIsInt assertEqual assertNotEqual assertIn assertInStrict',
test: function() use ($pilot) {
return $pilot->getResource('year');
}
test: fn() => $pilot->getResource('year')
);
```
- ASSERTIONS
Expand Down

0 comments on commit 7d26c9d

Please sign in to comment.