Ticket #675 (closed enhancement: fixed)
Use "php -l" for lint checking and not PHPUnit
| Reported by: | sb | Owned by: | mapi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | phpUnderControl | Version: | phpUnderControl 0.5.0 |
| Keywords: | lint, syntax check | Cc: | |
| PHP Version: | 5.3-CVS |
Description
- Add a lint target to the default build.xml file that runs php -l on all *.php files of the project.
- This should be the first task after checkout.
- Other tasks depend on the new lint task.
- Invoke PHPUnit with --no-syntax-check to speed up test execution.
Change History
Note: See
TracTickets for help on using
tickets.
