News Feed
Jobs Feed
Sections




News Archive
Blue Parabola Blog:
Coding Standard Analysis using PHP_CodeSniffer
March 17, 2009 @ 07:57:47

Over on the Blue Parabola blog Matthew Turland recently posted a new tutorial on using the PHP_CodeSniffer PEAR package to check out how well your code adheres to the coding standard of your choice.

For the sake of consistency [on a client project], the development team had stuff with the coding standard used by the framework itself. However, evaluating the code manually is tedious and time-consuming. There's a solution to this type of problem: the PHP_CodeSniffer package from PEAR, which builds an infrastructure around tokenizers for PHP, CSS, and JavaScript and utilities to detect coding standard violations within code in any of those languages.

He includes an example token output (the codesniffer package is based on the Tokenizer) from a script and walks you through the initial setup of the package, how to create "sniffs" for the code you want to analyze and how to run them using the popular unit testing tool PHPUnit.

0 comments voice your opinion now!
phpcodesniffer sniff coding standard kohana analyze pear phpunit


blog comments powered by Disqus

Similar Posts

Community News: Latest PEAR Releases for 11.20.2006

Community News: Latest PEAR Releases for 11.19.2007

Test.ical.ly Blog: Wrapping symfonys functional tests in a PHPUnit test case

Travis Swicegood's Blog: PHPT: A teaser...

Joshua Eichorn's Blog: PEAR2 Unconference


Community Events









Don't see your event here?
Let us know!


api interview composer event framework database code release functional unittest testing development introduction phpunit example opinion zendframework2 language object community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework