Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit b77da37

Browse files
committed
PHPUnit 3.6.12 version
1 parent 67965c5 commit b77da37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/php52_install_dependencies.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,14 @@ cd php-invoker && git checkout 1.1.1 && cd ..
3131
cd php-text-template && git checkout 1.1.2 && cd ..
3232
cd php-timer && git checkout 1.0.3 && cd ..
3333
cd php-token-stream && git checkout 1.1.4 && cd ..
34-
cd phpunit && git checkout 3.6 && cd ..
34+
cd phpunit && git checkout 3.6.12 && cd ..
3535
cd phpunit-mock-objects && git checkout 1.1 && cd ..
3636
cd phpunit-selenium && git checkout 1.1 && cd ..
3737
cd phpunit-story && git checkout 1.0.0 && cd ..
3838

39+
sed -i 's/@package_version@/3.6.12/g' phpunit/PHPUnit/Runner/Version.php
40+
cat phpunit/PHPUnit/Runner/Version.php
41+
3942
cd phpunit
4043

4144
php -d include_path='.:../phpunit/:../dbunit/:../php-code-coverage/:../php-file-iterator/:../php-invoker/:../php-text-template/:../php-timer:../php-token-stream:../phpunit-mock-objects/:../phpunit-selenium/:../phpunit-story/:/usr/local/lib/php' ../phpunit/phpunit.php --version

0 commit comments

Comments
 (0)