hi all,..
i used the simpletest framework from about couple of days, and i want to ask about the possiblity to test more that one file at once ( i.e could i make a directory and put more than php file and test all these files at once...?)
i need the result some thing like that..>
2 filles passed....3 failed ...
is this is possible with simple test..?
thanks in advance
test more than one php file @ once...could simple test do ??
Moderator: General Moderators
-
- Forum Newbie
- Posts: 16
- Joined: Sun Aug 16, 2009 7:59 am
Re: test more than one php file @ once...could simple test do ??
Did you read the documentation? you can create suites of tests and suites of suites - ad infinitum
Re: test more than one php file @ once...could simple test do ??
With PHPUnit you can use your directory structure to group tests, no test suite boiler plate code
Re: test more than one php file @ once...could simple test d
This is a thread from 2009. Start a new topic if you need to.