Welcome Guest, Not a member yet? Register   Sign In
What do you need for better application testing?
#1

Since we're in the middle of rewriting CI for version 4, and obviously testing the code as we go along, I got to wondering what everyone is expecting to make testing their applications easier.

I've seen it brought up on the forums before, but it seems like the big thing that I always heard was "Mocked system classes". I guess I'm not thinking clearly on this because you can already Mock classes with phpUnit:

Code:
$stub = $this->getMockBuilder('SomeClass')
                     ->getMock();

So, what would everyone need to be able to cleanly test their applications. (Other than someone to write all of the tests for them....)
Reply


Messages In This Thread
What do you need for better application testing? - by kilishan - 12-06-2015, 09:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB