瀏覽代碼

PHPUnit 3.6.12 version

Martin Hujer 11 年之前
父節點
當前提交
b77da37e4e
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      tests/php52_install_dependencies.sh

+ 4 - 1
tests/php52_install_dependencies.sh

@@ -31,11 +31,14 @@ cd php-invoker && git checkout 1.1.1 && cd ..
 cd php-text-template && git checkout 1.1.2 && cd ..
 cd php-timer && git checkout 1.0.3 && cd ..
 cd php-token-stream && git checkout 1.1.4 && cd ..
-cd phpunit && git checkout 3.6 && cd ..
+cd phpunit && git checkout 3.6.12 && cd ..
 cd phpunit-mock-objects && git checkout 1.1 && cd ..
 cd phpunit-selenium && git checkout 1.1 && cd ..
 cd phpunit-story && git checkout 1.0.0 && cd ..
 
+sed -i 's/@package_version@/3.6.12/g' phpunit/PHPUnit/Runner/Version.php
+cat phpunit/PHPUnit/Runner/Version.php
+
 cd phpunit
 
 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