PHPUnitManual:19.1

From 흡혈양파의 번역工房
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
19.1 PHPUnit_Framework_TestCase 의 Subclass 작성

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


Notes