How do I use the alltests.php
In config you have: define('SIMPLETEST_BASE', '/units/');
Where is this SIMPLETEST_BASE?
I just don't understand how to run all the tests...
Thanks for your help
Testing Swiftmailer.
Moderators: Chris Corbyn, General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Testing Swiftmailer.
You need to download simpletest (google it -- and it's on sourceforge). Then you change that path to point to your installation and go ahead and run the tests from where they are. You should see a green baranthony88guy wrote:How do I use the alltests.php
In config you have: define('SIMPLETEST_BASE', '/units/');
Where is this SIMPLETEST_BASE?
I just don't understand how to run all the tests...
Thanks for your help