home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / php / phpunit.bat < prev    next >
Encoding:
DOS Batch File  |  2006-04-07  |  1.8 KB  |  40 lines

  1. @echo off
  2. REM PHP Version 5
  3. REM
  4. REM Copyright (c) 2002-2006, Sebastian Bergmann <sb@sebastian-bergmann.de>.
  5. REM All rights reserved.
  6. REM
  7. REM Redistribution and use in source and binary forms, with or without
  8. REM modification, are permitted provided that the following conditions
  9. REM are met:
  10. REM
  11. REM   * Redistributions of source code must retain the above copyright
  12. REM     notice, this list of conditions and the following disclaimer.
  13. REM 
  14. REM   * Redistributions in binary form must reproduce the above copyright
  15. REM     notice, this list of conditions and the following disclaimer in
  16. REM     the documentation and/or other materials provided with the
  17. REM     distribution.
  18. REM
  19. REM   * Neither the name of Sebastian Bergmann nor the names of his
  20. REM     contributors may be used to endorse or promote products derived
  21. REM     from this software without specific prior written permission.
  22. REM
  23. REM THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  24. REM "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  25. REM LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  26. REM FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  27. REM COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  28. REM INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  29. REM BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  30. REM LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  31. REM CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
  32. REM LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  33. REM ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  34. REM POSSIBILITY OF SUCH DAMAGE.
  35. REM
  36. REM $Id: pear-phpunit.bat,v 1.3.2.2 2005/12/17 16:04:56 sebastian Exp $
  37. REM
  38.  
  39. "\xampp\php\php.exe" "\xampp\php\pear/PHPUnit2/TextUI/TestRunner.php" %*
  40.