PHPUnitManual:16

From 흡혈양파의 번역工房
Revision as of 09:19, 4 July 2013 by Onionmixer (talk | contribs) (예문내용수정)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
제16장 Skeleton Generator

PHPUnit Skeleton Generator 를 사용하여, 제품 코드의 클래스로부터 테스트 클래스를 생성하거나, 반대로 테스트 클래스로부터 코드 클래스를 생성할 수 있습니다. PHPUnit Skeleton Generator 의 다음 명령어로 인스톨할 수 있습니다.

localhost# pear install phpunit/PHPUnit_SkeletonGenerator


Notes