https://bugzilla.wikimedia.org/show_bug.cgi?id=42711

       Web browser: ---
            Bug ID: 42711
           Summary: phpunit installing script not detecting same version
                    as phpunit.php
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Unit tests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Here's what happens when I try to run install-phpunit.sh and then phpunit.php:

rkaldari$ sudo ./install-phpunit.sh
Installing phpunit with pear
Channel "pear.phpunit.de" is already initialized
Channel "components.ez.no" is already initialized
Channel "pear.symfony-project.com" is already initialized
phpunit/PHPUnit is already installed and is the same as the released version
3.7.10
install failed
rkaldari$ which phpunit
rkaldari$ php phpunit.php
PHPUnit 3.6.7 or later required, you have 3.5.15.

I already have phpunit installed, but it's an old version, but for some reason
install-phpunit.sh thinks I'm totally up to date. Perhaps I have more than one
phpunit installed and it's checking the wrong one, or perhaps phpunit.php is
checking the wrong one.

Any help would be appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to