]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/phpunit.bat
Added unit tests.
[Github/sugarcrm.git] / tests / phpunit.bat
1 @echo off
2 REM PHPUnit
3 REM
4 REM Copyright (c) 2002-2009, 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
37 REM
38
39 set PHPBIN="php.exe"
40 "php.exe" "phpunit.php" %*