PHPUnitManual:16: Difference between revisions
Jump to navigation
Jump to search
Onionmixer (talk | contribs) (PHPUnit 16 Skeleton Generator 페이지 추가) |
Onionmixer (talk | contribs) (예문내용수정) |
||
Line 4: | Line 4: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
pear install phpunit/PHPUnit_SkeletonGenerator | localhost# pear install phpunit/PHPUnit_SkeletonGenerator | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 09:19, 4 July 2013
- 제16장 Skeleton Generator
PHPUnit Skeleton Generator 를 사용하여, 제품 코드의 클래스로부터 테스트 클래스를 생성하거나, 반대로 테스트 클래스로부터 코드 클래스를 생성할 수 있습니다. PHPUnit Skeleton Generator 의 다음 명령어로 인스톨할 수 있습니다.
localhost# pear install phpunit/PHPUnit_SkeletonGenerator