| 1 | <?php |
||
| 8 | class CustomPassthroughFunctionTest extends PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Example of implementing a transpose function and how to apply it over a collection. |
||
| 12 | * |
||
| 13 | * For more on how this can be useful: http://adamwathan.me/2016/04/06/cleaning-up-form-input-with-transpose/ |
||
| 14 | */ |
||
| 15 | public function testIt() |
||
| 71 | } |
||
| 72 |