|
From: Marcus B. <ma...@wo...> - 2008-12-02 22:08:33
|
Hi... Florin Miu wrote: > 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. The current version works with PHP5, but not under E_STRICT due to PHP4 compatibility. The SVN version (1.1) works with PHP5 (E_STRICT). Just do an SVN checkout from Sourceforge. We are trying to push compatibility back to PHP 5.0.3, so haven't formally released the code yet. As for the DB testing, what are you trying to do? We don't have an explicit DB extension, but usage tends to vary quite a bit. > Florin yours, Marcus |