I want to do some phpunit testing using <exec> I can't do this if I'm not gonna know the names of the files to test. All I know is that they end with *Test.php where * can be whatever.. I just want to be able to generate a string of all of these files in the current and all subdirectories. Something like: "Name1Test Name2Test Name3Test" will contain all php files that end with Test. Or is there an easier way to use phpunit to run all tests?? -- View this message in context: http://www.nabble.com/PHPUnit-testing-tp16538189p16538189.html Sent from the Ant - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]