I have a function in my model(codeigniter framework) which sets two values in cookies.
I need to write unit test for the same.So in this case i need to call two assertEqual() function inorder to ensure that both cookies are set.
Does any one have idea of calling two assert function inside same testcase?
see docs:: http://www.phpunit.de/manual/3.7/en/writing-tests-for-phpunit.html