Page 1 of 1

test more than one php file @ once...could simple test do ??

Posted: Sun Aug 16, 2009 8:05 am
by amira_fcis
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

Re: test more than one php file @ once...could simple test do ??

Posted: Sun Aug 16, 2009 8:17 am
by Eran
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 ??

Posted: Wed Nov 11, 2009 1:32 am
by josh
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

Posted: Mon Apr 10, 2017 8:58 am
by Celauran
This is a thread from 2009. Start a new topic if you need to.