Skip to content

Commit 4a4d58a

Browse files
WhiteSpace Strippers saved 30 bytes
1 parent d5949c4 commit 4a4d58a

File tree

89 files changed

+7609
-7609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+7609
-7609
lines changed

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
language: php
22

33
php:
4-
- 5.4
4+
- 5.4
55

66
before_script:
7-
- mkdir -p vendor/SebastianBergmann
8-
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/phpunit.git vendor/phpunit
9-
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/phpunit-mock-objects.git vendor/phpunit-mock-objects
10-
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/php-text-template.git vendor/php-text-template
11-
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/php-token-stream.git vendor/php-token-stream
12-
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/php-file-iterator.git vendor/php-file-iterator
13-
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/php-timer.git vendor/php-timer
14-
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/version.git vendor/version
15-
- ln -s ~/builds/sebastianbergmann/php-code-coverage/vendor/version/src ~/builds/sebastianbergmann/php-code-coverage/vendor/SebastianBergmann/Version
16-
- git clone --branch=master --depth=100 --quiet git://github.com/pear/pear-core.git vendor/pear-core
17-
- git clone --branch=trunk --depth=100 --quiet git://github.com/pear/Console_Getopt.git vendor/console-getopt
7+
- mkdir -p vendor/SebastianBergmann
8+
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/phpunit.git vendor/phpunit
9+
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/phpunit-mock-objects.git vendor/phpunit-mock-objects
10+
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/php-text-template.git vendor/php-text-template
11+
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/php-token-stream.git vendor/php-token-stream
12+
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/php-file-iterator.git vendor/php-file-iterator
13+
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/php-timer.git vendor/php-timer
14+
- git clone --branch=master --depth=100 --quiet git://github.com/sebastianbergmann/version.git vendor/version
15+
- ln -s ~/builds/sebastianbergmann/php-code-coverage/vendor/version/src ~/builds/sebastianbergmann/php-code-coverage/vendor/SebastianBergmann/Version
16+
- git clone --branch=master --depth=100 --quiet git://github.com/pear/pear-core.git vendor/pear-core
17+
- git clone --branch=trunk --depth=100 --quiet git://github.com/pear/Console_Getopt.git vendor/console-getopt
1818

1919
script: php -d include_path=vendor/php-text-template:vendor/php-token-stream:vendor/php-file-iterator:vendor/phpunit:vendor/phpunit-mock-objects:vendor/php-timer:vendor/php-invoker:vendor/pear-core:vendor/console-getopt:vendor:. ./vendor/phpunit/phpunit.php --configuration ./build/travis-ci.xml
2020

2121
notifications:
22-
email: false
23-
irc: "irc.freenode.org#phpunit"
22+
email: false
23+
irc: "irc.freenode.org#phpunit"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pull Requests for bug fixes should be made against the current release branch (1.2).
1+
Pull Requests for bug fixes should be made against the current release branch (1.2).
22

33
Pull Requests for new features should be made against master.
44

LICENSE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ modification, are permitted provided that the following conditions
88
are met:
99

1010
* Redistributions of source code must retain the above copyright
11-
notice, this list of conditions and the following disclaimer.
11+
notice, this list of conditions and the following disclaimer.
1212

1313
* Redistributions in binary form must reproduce the above copyright
14-
notice, this list of conditions and the following disclaimer in
15-
the documentation and/or other materials provided with the
16-
distribution.
14+
notice, this list of conditions and the following disclaimer in
15+
the documentation and/or other materials provided with the
16+
distribution.
1717

1818
* Neither the name of Sebastian Bergmann nor the names of his
19-
contributors may be used to endorse or promote products derived
20-
from this software without specific prior written permission.
19+
contributors may be used to endorse or promote products derived
20+
from this software without specific prior written permission.
2121

2222
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2323
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

0 commit comments

Comments
 (0)