CodeIgniter Forums
Styling the Unit Test Template - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Styling the Unit Test Template (/showthread.php?tid=66537)



Styling the Unit Test Template - zurtri - 11-01-2016

Hi all,

I have set up the Unit Tests library and I would like to make changes to the template so that all the test names and result as "one per line"

Eg:

Test 1               Passed
TPS Report      Passed
Foobar              Failed



The doco https://www.codeigniter.com/user_guide/libraries/unit_testing.html doesnt talk about the template much 

Any pointers? Or even a link to a decent (bootstrap css?) Unit Test Template page?

Thanks in advance folks!