How to use this File PHPunit test “extend PHPUnit_Framework_TestCase”

Slavaa

New Member
This is FIle Test it require PHPunit and i installed PHPunit , but dont know use it:\[code\] <?php # -*- compile-command: (concat "phpunit " buffer-file-name) -*- require_once 'PHPUnit/Framework.php'; require_once 'common.php'; class Authentication extends PHPUnit_Framework_TestCase{ ........ } ?>\[/code\]it guide :\[quote\] When installed ( PHPunit) just run the command phpunit on the top of the directory and it will launch the tests.\[/quote\]But i dont understand how do ><
 
Top