Merge branch 'master' into method-match

This commit is contained in:
Mert Aşan
2021-09-24 14:39:21 +03:00
committed by GitHub
3 changed files with 131 additions and 1 deletions

View File

@ -492,6 +492,15 @@
✓ closure missing parameter
✓ closure missing type-hint
PASS Tests\Features\Expect\when
✓ it pass
✓ it failures
✓ it runs with truthy
✓ it skips with falsy
✓ it runs with truthy closure condition
✓ it skips with falsy closure condition
✓ it can be used in higher order tests
PASS Tests\Features\Helpers
✓ it can set/get properties on $this
✓ it throws error if property do not exist
@ -692,5 +701,5 @@
✓ it is a test
✓ it uses correct parent class
Tests: 4 incompleted, 9 skipped, 456 passed
Tests: 4 incompleted, 9 skipped, 463 passed