Is there a good standalone framework for PHP? I am currently using the Simpletest framework for unit testing. I like the framework, but I don’t like the way you create and customize the layout. Then I tried PHPMock, I like how it can be used, but I came across some errors that annoy me over time ... Or would it be better to switch to PHPUnit for unit testing and ridicule?
What I really liked was something lightweight and powerful at the same time, like the Moq platform for C # in PHP (without generics, lambda, etc., of course;)).
source
share