Unit Testing Test Case written in Codeigniter

class Testcase extends  CI_Controller { public function get_testcase(){     $this ->load ->view('view_testcase'); } }
To automate Codeigniter PHPunit ( https://www.cloudways.com/blog/codeigniter-unit-testing/ ) testing, you need to first configure a test case. Once the test case is created, you can execute PHPunit to run the test.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.