PHPUnitManual:19.1: Difference between revisions

From 흡혈양파의 번역工房
Jump to navigation Jump to search
(PHPUnit 19.1 PHPUnit_Framework_TestCase 의 Subclass 작성 페이지 추가)
 
(No difference)

Latest revision as of 09:54, 4 July 2013

19.1 PHPUnit_Framework_TestCase 의 Subclass 작성

PHPUnit_Framework_TestCase 를 계승한 추상 subclass 에 커스텀 검증이나 도구 메소드를 작성하여, 이 클래스를 다시 계상하여 테스트 클래스를 작성합니다. 이 방법이 PHPUnit 을 확장하는 가장 간단한 방법입니다.


Notes