user536638
user536638

Reputation: 31

Module unittest Kohana error, how to use?

I am trying times longer run it has several errors. Someone has any tutorial or some way to make it work. Tested several tutorials and I could not. vlw staff

I already placed the php unittest unit in the directory. the error is as follows:

Fatal error: main() [function.require]: Failed opening required 'PHPUnit/Util/Filter.php' (include_path='.;C:\php5\pear') in C:\wamp \www\doeseulixo\branches\module_unittest\modules\unittest\PHPUnit \Framework.php on line 0

Upvotes: 0

Views: 363

Answers (2)

shadowhand
shadowhand

Reputation: 3201

See Installing PHPUnit.

Upvotes: 1

Lethargy
Lethargy

Reputation: 1889

PHPUnit should be installed with the 'pear' utility rather than downloaded manually. Kohana needs access to more than one class of the library.

Upvotes: 0

Related Questions