[Corona] Add RequestProxy class

Review Request #283 — Created March 21, 2014 and submitted — Latest diff uploaded

pprkut
Lunr
master
lunr
This class allows proxying calls to a Request class. That way you can replace the Request class in use mid process (ie. for complex inter requests).
Unit tests
src/Lunr/Corona/RequestProxy.php
src/Lunr/Corona/Tests/RequestProxyBaseTest.php
src/Lunr/Corona/Tests/RequestProxyTest.php
tests/phpunit.xml
Loading...