PHPUnit Manual: Difference between revisions

From 흡혈양파의 번역工房
Jump to navigation Jump to search
(PHPUnit 메뉴얼 메인페이지 추가)
 
(PHPUnit 메인페이지 수정)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
5/27 - pp.40
5/30 - pp.50
6/3 - pp.78 5장 끝
6/6 - pp.87 7장 끝
6/10 - pp.124 10장 끝
6/13 - pp.131 12장 끝
6/17 - pp.151 16장 끝
6/20 - pp.163 18장 끝
6/24 - pp.199 전체 완료
24일 이후로는 전체적인 검토 및 문서 포맷 정리로 생각하고 있습니다
;PHPUnit  
;PHPUnit  


Line 35: Line 21:


----
----
'''PHPUnit Manual'''
Sebastian Bergmann
Publication date Edition for PHPUnit 3.7. Updated on 2013-05-20.
Copyright © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Sebastian Bergmann
This work is licensed under the Creative Commons Attribution 3.0 Unported License.
----


===도입===
===도입===
Line 61: Line 62:
* [[:PHPUnitManual:4.6|4.6 Assertions]]
* [[:PHPUnitManual:4.6|4.6 Assertions]]
* [[:PHPUnitManual:4.7|4.7 Error output]]
* [[:PHPUnitManual:4.7|4.7 Error output]]
* [[:PHPUnitManual:4.8|4.8 Edge cases]]




Line 67: Line 69:




* [[:PHPUnitManual:6|Fixtures]]
* [[:PHPUnitManual:6|6. Fixtures]]
* [[:PHPUnitManual:6.1|6.1 More setUp() than tearDown()]]
* [[:PHPUnitManual:6.1|6.1 More setUp() than tearDown()]]
* [[:PHPUnitManual:6.2|6.2 Variations]]
* [[:PHPUnitManual:6.2|6.2 Variations]]
Line 75: Line 77:


* [[:PHPUnitManual:7|7. Organizing Tests]]
* [[:PHPUnitManual:7|7. Organizing Tests]]
* [[:PHPUnitManual:7.|7.1 Composing a Test Suite Using the Filesystem]]
* [[:PHPUnitManual:7.1|7.1 Composing a Test Suite Using the Filesystem]]
* [[:PHPUnitManual:7.|7.2 Composing a Test Suite Using XML Configuration]]
* [[:PHPUnitManual:7.2|7.2 Composing a Test Suite Using XML Configuration]]





Latest revision as of 10:28, 4 July 2013

PHPUnit

사이트
https://github.com/sebastianbergmann/phpunit/


원본-영어
http://www.phpunit.de/manual/current/en/phpunit-book.pdf


원본-일본어
http://www.phpunit.de/manual/current/ja/phpunit-book.pdf


번역진행
MU(Yang Chan young)


검수진행
onionmixer


PHPUnit Manual

Sebastian Bergmann


Publication date Edition for PHPUnit 3.7. Updated on 2013-05-20.

Copyright © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Sebastian Bergmann


This work is licensed under the Creative Commons Attribution 3.0 Unported License.



도입


본문




















부록