Changes between Initial Version and Version 1 of Ticket #35291


Ignore:
Timestamp:
Jul 23, 2012, 7:13:35 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting when writing in Trac.

Which port have you used to install phpunit: "pear-PHPUnit" or one of the older ports whose names begin with "php5-unit"?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35291

    • Property Keywords phpunit removed
    • Property Port phpunit added
  • Ticket #35291 – Description

    initial v1  
    22
    33I have this error after upgrade 5.4.4 to 5.4.5:
     4{{{
    45Warning: require_once(File/Iterator/Autoload.php): failed to open stream: No such file or directory in /opt/local/lib/php54/pear/share/pear/PHPUnit/Autoload.php on line 45
    56
    67Fatal error: require_once(): Failed opening required 'File/Iterator/Autoload.php' (include_path='.:') in /opt/local/lib/php54/pear/share/pear/PHPUnit/Autoload.php on line 45
     8}}}
    79
    810before upgrade, my phpunit work.
     
    1113
    1214My php.ini config:
     15{{{
    1316include_path = ".:/opt/local/lib/php54/pear/:/opt/local/lib/php54/pear/share/pear/"
     17}}}
    1418
    1519Please help me.