728x90
반응형
Unit Test Controller를 작성하여 시험하는 방법
- 브라우저에서 해당 Controller를 호출하여 시험 결과를 확인하는 방식
- 특정 시점에서 단위 시험 결과를 리포팅 받아 정리하는 용도 정도로 활용 가능
- Continous Integration에는 적합하지 않음
관련 예제
동작 예시
참고자료
- "CodeIgniter Tutorial : How to Using Unit Testing in CodeIgniter":https://www.youtube.com/watch?v=rq7W-rLSloA
- "단위테스트 Unit Testing Class":https://codeigniter-kr.org/user_guide_2.1.0/libraries/unit_testing.html
'프로그래밍 > PHP' 카테고리의 다른 글
[CodeIgniter] Message: session_write_close(): Skipping numeric key 0 Error (0) | 2019.05.10 |
---|---|
개발계/운영계 PHP 서버 환경 맞추기 (1) | 2019.01.29 |
PHP 삼항 연산자 ( ? : ) 사용 주의점 (2) | 2018.11.12 |
CodeIgniter에서 쿼리 결과에 처리 주의할 점 ; COUNT () 등 함수 사용 등 (0) | 2018.10.31 |
Install apache24 + PHP7 + CodeIgniter3 for Windows (0) | 2018.10.17 |