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

This commit is contained in:
Nuno Maduro
2020-06-04 01:33:33 +02:00
parent b0680b7e2c
commit c81dce0f6d
6 changed files with 43 additions and 5 deletions

View File

@ -0,0 +1,7 @@
<?php
beforeEach()->assertTrue(true);
it('proxies calls to object')->assertTrue(true);
afterEach()->assertTrue(true);