Good PHP framework

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;)).

+5
source share
3 answers

, Mockery.

mock stub, .

+5

PHPUnit.

  • ,
  • IDE (Zend studio, NetBeans),
  • Zend framework (Doctrine ORM ..) .
+2

Check out FBMock

This is a very simple and simple mocking structure that is widely used in a large PHP PHP database.

0
source

All Articles