Skip to content

Commit

Permalink
Add note about PHP's include_path.
Browse files Browse the repository at this point in the history
Refs #2497
  • Loading branch information
markstory committed Jan 21, 2012
1 parent e6f5ebc commit bc68915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/TestSuite/templates/phpunit.php
Expand Up @@ -30,6 +30,7 @@
<li><code>pear channel-discover pear.symfony-project.com</code></li>
<li><code>pear install phpunit/PHPUnit-3.5.15</code></li>
</ul>
<p>Once PHPUnit is installed make sure its located on PHP's <code>include_path</code> by checking your php.ini</p>
<p>For full instructions on how to <a href="http://www.phpunit.de/manual/current/en/installation.html">install PHPUnit, see the PHPUnit installation guide</a>.</p>
<p><a href="http://github.com/sebastianbergmann/phpunit" target="_blank">Download PHPUnit</a></p>
</div>
Expand Down

0 comments on commit bc68915

Please sign in to comment.