I have a small test file that runs fine on the command line, but when I run it in Textmate with Command-R, I get the following error:
sh: phpunit: command not found cat: /tmp/test.php.xml: No such file or directory rm: /tmp/test.php.xml: No such file or directory /Library/Ruby/Gems/1.8/gems/libxml-ruby-1.1.3/lib/libxml/parser.rb:82:in string': Must specify a string with one or more characters (ArgumentError) from /Library/Ruby/Gems/1.8/gems/libxml-ruby-1.1.3/lib/libxml/parser.rb:82:instring' from /Library/Ruby/Gems/1.8/gems/libxml-ruby-1.1.3/lib/libxml/document.rb:74:in string' from /Users/enkrates/Library/Application Support/TextMate/Bundles/PHPUnit.tmbundle/Support/phpunit.rb:5:inxml' from /Users/enkrates/Library/Application Support/TextMate/Bundles/PHPUnit.tmbundle/Support/run_tests.rb:16
I don't understand Ruby or Textmate development well enough to interpret that. I'd appreciate any help anyone could give me. :)