mutagenesis icon indicating copy to clipboard operation
mutagenesis copied to clipboard

Missing Mutagenesis\Utility\TestTimeAnalyser.php in pear.xml

Open irs opened this issue 12 years ago • 2 comments

Seems like you forgot to add Mutagenesis\Utility\TestTimeAnalyser.php to pear.xml so after pear installation I have got following error:

Warning: require(Mutagenesis\Utility\TestTimeAnalyser.php): failed to open stream: No such file or directory in C:\PEAR\pear\Mutagenesis\Loader.php on line 135

Call Stack: 0.0004 328768 1. {main}() C:\PEAR\mutagenesis:0 0.0015 401896 2. Mutagenesis\Console::main() C:\PEAR\mutagenesis:13 0.0038 564048 3. Mutagenesis\Runner\Base->execute() C:\PEAR\pear\Mutagenesis\Console.php:77 0.1717 918016 4. Mutagenesis\Loader->loadClass() C:\PEAR\pear\Mutagenesis\Console.php:0

irs avatar Mar 13 '12 17:03 irs

Hi! Ricently, I was created the same issue: https://github.com/padraic/mutagenesis/issues/7

Could you copy TestTimeAnalyser.php to /usr/share/php/Mutagenesis/Utility/ (this path for linux, for Windows it may be C:\PEAR\pear\Mutagenesis\Utility\ ) and try to lauch Mutagenesis.

Thank's!

bayandin avatar Mar 14 '12 08:03 bayandin

I also had this problem, changed pear.xml to include the file in proper location and reinstalled, but now it fails after not founding "Mutagenesis/Utility/Exception.php" and this file doesn't even exist in the repository...

Verhaeg avatar Sep 10 '13 14:09 Verhaeg