Hi,
I have written a utility class under test/util and I need it to be
auto-loaded for all my test classes. And I prefer if this auto-loading
only happens when I run tests since I remove the test folder when
I create the builds of the application.
I use PHPUnit plugin and "phpunit:testall" task to run tests.
My Symfony version is 1.2.
Can anyone please guide me on getting this done...
