目前根據習慣和創做時間,單元測試和源文件的代碼都是分開的。php
engine/ classes/ Elgg/ Class.php tests/ phpunit/ Elgg/ ClassTest.php
是否能夠考慮將它們放在一塊兒:git
engine/ classes/ Elgg/ Class.php ClassTest.php
好處:github
壞處:工具
結論:單元測試
不要這麼作。測試
https://github.com/Elgg/Elgg/issues/7112code
http://stackoverflow.com/questions/23990358/keeping-unit-tests-in-separate-files-in-d/24018009blog