Merge branch 'master' into method-match

This commit is contained in:
Nuno Maduro
2021-09-24 21:16:43 +01:00
committed by GitHub
4 changed files with 50 additions and 4 deletions

View File

@ -107,6 +107,11 @@
✓ it catch exceptions
✓ it catch exceptions and messages
✓ it can just define the message
✓ it not catch exceptions if given condition is false
✓ it catch exceptions if given condition is true
✓ it catch exceptions and messages if given condition is true
✓ it can just define the message if given condition is true
✓ it can just define the message if given condition is 1
PASS Tests\Features\Expect\HigherOrder\methods
✓ it can access methods
@ -701,5 +706,5 @@
✓ it is a test
✓ it uses correct parent class
Tests: 4 incompleted, 9 skipped, 463 passed
Tests: 4 incompleted, 9 skipped, 459 passed