~ubuntu-branches/ubuntu/natty/phpunit/natty

« back to all changes in this revision

Viewing changes to PHPUnit-3.4.14/dbunit.bat

  • Committer: Package Import Robot
  • Author(s): Ivan Borzenkov
  • Date: 2010-12-11 18:19:39 UTC
  • mfrom: (0.11.1) (1.5.3) (12.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20101211181939-8650nbu08hf2z9v1
Tags: 3.5.5-2
fix doc-base-file-references-missing-file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@echo off
2
 
REM PHPUnit
3
 
REM
4
 
REM Copyright (c) 2002-2010, 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
 
set PHPBIN="@php_bin@"
38
 
"@php_bin@" "@bin_dir@\dbunit" %*