4,614
edits
Line 136: | Line 136: | ||
==== For unit testing ==== | ==== For unit testing ==== | ||
For compatibility reasons, it's better to use the composer-installed phpunit package. You can do this by running <code>$ composer update --dev</code> which will install phpunit package automatically. You may also want to create a symlink to it. This example creates a phpunit.sanban symlink which you can use for this particular instance. | For compatibility reasons, it's better to use the composer-installed phpunit package. I didn't have enough time to figure out what was wrong, but my pre-installed version of <span class="package">phpunit</span> wasn't working properly. You can do this by running <code>$ composer update --dev</code> which will install phpunit package automatically. You may also want to create a symlink to it. This example creates a phpunit.sanban symlink which you can use for this particular instance. | ||
<div class="cli"> | <div class="cli"> |