r89492 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89491‎ | r89492 | r89493 >
Date:10:51, 5 June 2011
Author:hashar
Status:ok
Tags:
Comment:
install PHPUnit with MacPorts if available

MFT r89479 r89480
Modified paths:
  • /branches/REL1_18/phase3/tests/phpunit (modified) (history)
  • /branches/REL1_18/phase3/tests/phpunit/Makefile (modified) (history)
  • /branches/REL1_18/phase3/tests/phpunit/includes/api/ApiUploadTest.php (modified) (history)
  • /branches/REL1_18/phase3/tests/phpunit/includes/api/RandomImageGenerator.php (modified) (history)
  • /branches/REL1_18/phase3/tests/phpunit/includes/api/generateRandomImages.php (modified) (history)
  • /branches/REL1_18/phase3/tests/phpunit/install-phpunit.sh (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/tests/phpunit/install-phpunit.sh
@@ -26,7 +26,11 @@
2727 else if ( has_binary yum ); then
2828 echo Installing phpunit with yum
2929 yum install phpunit
 30+else if ( has_binary port ); then
 31+ echo Installing phpunit with macports
 32+ port install php5-unit
3033 fi
3134 fi
3235 fi
3336 fi
 37+fi
Property changes on: branches/REL1_18/phase3/tests/phpunit/includes/api/RandomImageGenerator.php
___________________________________________________________________
Modified: svn:mergeinfo
3438 Merged /trunk/phase3/tests/phpunit/includes/api/RandomImageGenerator.php:r89479-89480
Property changes on: branches/REL1_18/phase3/tests/phpunit/includes/api/ApiUploadTest.php
___________________________________________________________________
Modified: svn:mergeinfo
3539 Merged /trunk/phase3/tests/phpunit/includes/api/ApiUploadTest.php:r89479-89480
Property changes on: branches/REL1_18/phase3/tests/phpunit/includes/api/generateRandomImages.php
___________________________________________________________________
Modified: svn:mergeinfo
3640 Merged /trunk/phase3/tests/phpunit/includes/api/generateRandomImages.php:r89479-89480
Property changes on: branches/REL1_18/phase3/tests/phpunit/Makefile
___________________________________________________________________
Modified: svn:mergeinfo
3741 Merged /trunk/phase3/tests/phpunit/Makefile:r89479-89480
Property changes on: branches/REL1_18/phase3/tests/phpunit
___________________________________________________________________
Added: svn:mergeinfo
3842 Merged /branches/new-installer/phase3/tests/phpunit:r43664-66004
3943 Merged /branches/REL1_15/phase3/tests/phpunit:r51646
4044 Merged /branches/REL1_17/phase3/tests/phpunit:r81445,81448
4145 Merged /branches/sqlite/tests/phpunit:r58211-58321
4246 Merged /trunk/phase3/tests/phpunit:r87632,87636,87640,87644,89479-89480

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89479Also support macportsdemon21:32, 4 June 2011
r89480pear -> portdemon21:34, 4 June 2011

Status & tagging log