Welcome Guest, Not a member yet? Register   Sign In
Place to write common methods containing tests
#7

(02-05-2023, 10:01 AM)mzl_sadat Wrote: Where should the methods that contain test statements and are shared between test controllers be written to run without problems?

In a base TestCase class for testing controllers.

PHP Code:
abstract class BaseControllerTestCase extends CIUnitTestCase
{


PHP Code:
class FooControllerTest extends BaseControllerTestCase
{

Reply


Messages In This Thread
RE: Place to write common methods containing tests - by kenjis - 02-11-2023, 07:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB