Skip to content

Commit

Permalink
Merge pull request #558 from tienvx/fix-wrong-variable
Browse files Browse the repository at this point in the history
docs: Fix wrong variable
  • Loading branch information
tienvx authored Apr 22, 2024
2 parents 3d38623 + 628f572 commit fb08c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Verify that all interactions took place that were registered.
This typically should be in each test, that way the test that failed to verify is marked correctly.

```php
$verifyResult = $verifier->verify();
$verifyResult = $builder->verify();
$this->assertTrue($verifyResult);
```

Expand Down

0 comments on commit fb08c23

Please sign in to comment.