| View previous topic :: View next topic |
| Author |
Message |
iceangel89
Joined: 17 May 2009 Posts: 6
|
Posted: Tue Sep 22, 2009 2:25 pm Post subject: HowTo setup phpUnit using xml config file |
|
|
how can i setup netbeans phpUnit testing to use a xml config file?
this http://lebensold.net/development/unit-testing-within-the-netbeans-6-7-1-ui used a phpunit.xml config file
refering to that link, the batch file they used...
| Code: | #!/usr/bin/env bash
cd ~/Sites/myproject/tests
phpunit --configuration phpunit.xml $1 $2
#phpunit $1 $2 $3 |
how can i convert that to windows .bat? or can i use that in windows? dont think so right? |
|
| Back to top |
|
 |
Tomas Mysik Posted via mailing list.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|