01 May 2013, 15:12
Hi,
can you suggest a framework for Unit-Testing when working with MURL?
Josef
can you suggest a framework for Unit-Testing when working with MURL?
Josef
File | Line | Function |
---|---|---|
/global.php | 94 | errorHandler->error |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/global.php | 550 | errorHandler->error |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/global.php(872) : eval()'d code | 26 | errorHandler->error |
/global.php | 872 | eval |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/inc/functions.php | 1449 | errorHandler->error |
/inc/functions.php | 1414 | fetch_forum_permissions |
/inc/functions.php | 2953 | forum_permissions |
/showthread.php | 657 | build_forum_jump |
File | Line | Function |
---|---|---|
/inc/functions.php | 1997 | errorHandler->error |
/inc/functions_indicators.php | 41 | my_set_array_cookie |
/showthread.php | 665 | mark_thread_read |
File | Line | Function |
---|---|---|
/inc/functions.php | 7360 | errorHandler->error |
/inc/functions_user.php | 813 | is_member |
/inc/functions_post.php | 416 | purgespammer_show |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php(484) : eval()'d code | 6 | errorHandler->error |
/inc/functions_post.php | 484 | eval |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 672 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 757 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 762 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions.php | 7360 | errorHandler->error |
/inc/functions_user.php | 813 | is_member |
/inc/functions_post.php | 416 | purgespammer_show |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php(484) : eval()'d code | 6 | errorHandler->error |
/inc/functions_post.php | 484 | eval |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 672 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 757 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 762 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions.php | 7360 | errorHandler->error |
/inc/functions_user.php | 813 | is_member |
/inc/functions_post.php | 416 | purgespammer_show |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php(484) : eval()'d code | 6 | errorHandler->error |
/inc/functions_post.php | 484 | eval |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 672 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 757 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 762 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 33 | errorHandler->error |
/showthread.php | 1587 | eval |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 41 | errorHandler->error |
/showthread.php | 1587 | eval |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 82 | errorHandler->error |
/showthread.php | 1587 | eval |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 92 | errorHandler->error |
/showthread.php | 1587 | eval |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 107 | errorHandler->error |
/showthread.php | 1587 | eval |
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.30 (FreeBSD)
|
Unit-Testing
|
01 May 2013, 15:12
Hi,
can you suggest a framework for Unit-Testing when working with MURL? Josef
02 May 2013, 8:04
From my experience, I think CPPUnit is certainly worth a look:
http://sourceforge.net/projects/cppunit/ However, we do not directly offer any unit testing hooks in the engine. It is purely up to the application developer to create unit tests on the user code side, which on the other hand allows to freely choose the testing framework. (02 May 2013, 8:04)dizzy Wrote: From my experience, I think CPPUnit is certainly worth a look:Thank you, dizzy! That's what I wanted to hear (02 May 2013, 8:04)dizzy Wrote: However, we do not directly offer any unit testing hooks in the engine. It is purely up to the application developer to create unit tests on the user code side, which on the other hand allows to freely choose the testing framework.I'd only like to test my classes/methods anyway - nothing else |
« Next Oldest | Next Newest »
|