2012-08-01から1ヶ月間の記事一覧

CodeSnifferのコーディング規約追加

php

CakePHP https://github.com/shama/CodeSniffer_CakePHP % sudo pear channel-discover pear.cakephp.org % sudo pear install cakephp/CakePHP_CodeSniffer PSR https://github.com/klaussilveira/phpcs-psr % cd /path/to/pear/PHP/CodeSniffer/Standards …

CLIの場合、テストを省略

PHPUnit – The PHP Testing Framework markTestSkipped('Could not execute ' . __METHOD__ . ' in CLI'); }