Ticket #218 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Clear support of PHPUnit versions

Reported by: Oleg Marchuk <kingoleg@mail.ru> Assigned to: mrook
Priority: major Milestone: 2.3.1
Component: phing-tasks-phpunit Version: 2.3.0
Keywords: Cc:

Description

Here changeset:219 we have several way to determine what version of PHPUnit we have. I propose always use PHPUnitUtil::$installedVersion property to find version and do not check other version class names with is_subclass_of function.

I write own autoload function what throws Exception if no class was loaded and now I can not use it with phing because it checks is_subclass_of($input, 'PHPUnit2_*') when I have phpunit 3 on computer.

Attachments

Change History

02/06/08 15:07:39 changed by mrook

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r350, thanks.


Add/Change #218 (Clear support of PHPUnit versions)




Action