http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89492

Revision: 89492
Author:   hashar
Date:     2011-06-05 10:51:25 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
install PHPUnit with MacPorts if available

MFT r89479 r89480

Modified Paths:
--------------
    branches/REL1_18/phase3/tests/phpunit/install-phpunit.sh

Property Changed:
----------------
    branches/REL1_18/phase3/tests/phpunit/
    branches/REL1_18/phase3/tests/phpunit/Makefile
    branches/REL1_18/phase3/tests/phpunit/includes/api/ApiUploadTest.php
    branches/REL1_18/phase3/tests/phpunit/includes/api/RandomImageGenerator.php
    branches/REL1_18/phase3/tests/phpunit/includes/api/generateRandomImages.php


Property changes on: branches/REL1_18/phase3/tests/phpunit
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/REL1_15/phase3/tests/phpunit:51646
/branches/REL1_17/phase3/tests/phpunit:81445,81448
/branches/new-installer/phase3/tests/phpunit:43664-66004
/branches/sqlite/tests/phpunit:58211-58321
/trunk/phase3/tests/phpunit:87632,87636,87640,87644,89479-89480


Property changes on: branches/REL1_18/phase3/tests/phpunit/Makefile
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/branches/phpunit-restructure/maintenance/tests/phpunit/Makefile:72257-72560
/branches/uploadwizard/phase3/maintenance/tests/phpunit/Makefile:73550-75905
   + 
/branches/phpunit-restructure/maintenance/tests/phpunit/Makefile:72257-72560
/branches/uploadwizard/phase3/maintenance/tests/phpunit/Makefile:73550-75905
/trunk/phase3/tests/phpunit/Makefile:89479-89480


Property changes on: 
branches/REL1_18/phase3/tests/phpunit/includes/api/ApiUploadTest.php
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/branches/phpunit-restructure/maintenance/tests/phpunit/includes/api/ApiUploadTest.php:72257-72560
/trunk/phase3/maintenance/tests/phpunit/includes/api/ApiUploadTest.php:73549-75058,75060-75821
   + 
/branches/phpunit-restructure/maintenance/tests/phpunit/includes/api/ApiUploadTest.php:72257-72560
/trunk/phase3/maintenance/tests/phpunit/includes/api/ApiUploadTest.php:73549-75058,75060-75821
/trunk/phase3/tests/phpunit/includes/api/ApiUploadTest.php:89479-89480


Property changes on: 
branches/REL1_18/phase3/tests/phpunit/includes/api/RandomImageGenerator.php
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/branches/phpunit-restructure/maintenance/tests/phpunit/includes/api/RandomImageGenerator.php:72257-72560
/trunk/phase3/maintenance/tests/phpunit/includes/api/RandomImageGenerator.php:73549-75058,75060-75821
   + 
/branches/phpunit-restructure/maintenance/tests/phpunit/includes/api/RandomImageGenerator.php:72257-72560
/trunk/phase3/maintenance/tests/phpunit/includes/api/RandomImageGenerator.php:73549-75058,75060-75821
/trunk/phase3/tests/phpunit/includes/api/RandomImageGenerator.php:89479-89480


Property changes on: 
branches/REL1_18/phase3/tests/phpunit/includes/api/generateRandomImages.php
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/branches/phpunit-restructure/maintenance/tests/phpunit/includes/api/generateRandomImages.php:72257-72560
/trunk/phase3/maintenance/tests/phpunit/includes/api/generateRandomImages.php:73549-75058,75060-75821
   + 
/branches/phpunit-restructure/maintenance/tests/phpunit/includes/api/generateRandomImages.php:72257-72560
/trunk/phase3/maintenance/tests/phpunit/includes/api/generateRandomImages.php:73549-75058,75060-75821
/trunk/phase3/tests/phpunit/includes/api/generateRandomImages.php:89479-89480

Modified: branches/REL1_18/phase3/tests/phpunit/install-phpunit.sh
===================================================================
--- branches/REL1_18/phase3/tests/phpunit/install-phpunit.sh    2011-06-05 
10:21:16 UTC (rev 89491)
+++ branches/REL1_18/phase3/tests/phpunit/install-phpunit.sh    2011-06-05 
10:51:25 UTC (rev 89492)
@@ -26,7 +26,11 @@
 else if ( has_binary yum ); then
     echo Installing phpunit with yum
     yum install phpunit
+else if ( has_binary port ); then
+    echo Installing phpunit with macports
+    port install php5-unit
 fi
 fi
 fi
 fi
+fi


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to