feat(pending-higher-order-tests): adds code and tests

This commit is contained in:
Nuno Maduro
2020-06-04 01:34:03 +02:00
parent c81dce0f6d
commit aa1917c28d
6 changed files with 103 additions and 26 deletions

View File

@ -53,7 +53,7 @@
✓ it allows to call underlying protected/private methods
✓ it throws error if method do not exist
PASS Tests\Features\HigherOrderMessages
PASS Tests\Features\HigherOrderTests
✓ it proxies calls to object
PASS Tests\Features\It
@ -63,6 +63,10 @@
PASS Tests\Features\Mocks
✓ it has bar
PASS Tests\Features\PendingHigherOrderTests
✓ get 'foo' → get 'bar' → assert true true
✓ get 'foo' → assert true true
WARN Tests\Features\Skip
✓ it do not skips
s it skips with truthy
@ -130,5 +134,5 @@
WARN Tests\Visual\Success
s visual snapshot of test suite on success
Tests: 6 skipped, 69 passed
Time: 2.34s
Tests: 6 skipped, 71 passed
Time: 2.89s