Level 102
Maybe a unit test where you manually include that file and call its methods (if there are any?)
Summer Sale! All accounts are 50% off this week.
#!/bin/sh
<?php
...
I have a PHP script that handles piped email, it doesn't have autoload etc in order to speed things up. Any idea how I can test the code inside using Laravel and PHPUnit? Thank you.
Maybe a unit test where you manually include that file and call its methods (if there are any?)
Please or to participate in this conversation.