Optional Setup — PHPUnit
In this setup, you will learn how to setup PHPUnit in order to perform PHP Unit Testing.
More to come...
Task 0 — Prerequisites
More to come...
Task 1 — PHPUnit Install
More to come...
Task 2 — Eclipse — External Tools Configuration
More to come...
PHPUnit.bat
- C:\Program Files\PHP\phpunit.bat
- ${project_loc}
- --verbose ${resource_name}
PHP.exe PHPUnit
- C:\Program Files\PHP\php.exe
- ${project_loc}
- "C:\Program Files\PHP\phpunit" ${resource_name} ${resource_name}.php
Summary
In this lab, you have learned how to...
Good job!! You are done with this Lab.
© 2009 Soyatec. All rights reserved.