|
From: Florin M. <flo...@ya...> - 2008-12-02 20:23:16
|
Hello,I'm starting to build my own php5 framework and I'm going to use TDD. I have to choose between simpletest and phpunit but simple test is not php5 ready yet. Is there a roadmap for the development for simpletest?Also what is the best way to test database abstraction classes (connecting, returning recordsets)? I've seen PHPUnit has a database extension for this purpose. Is there a way to do this with simple test?Thanks.
Florin
|