Mantis - Quercus
Viewing Issue Advanced Details
3219 minor always 01-05-09 16:41 01-06-09 11:03
koreth  
nam  
urgent  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003219: ReflectionClass::getFileName() doesn't work
PHPUnit uses this when running test suites; try running a PHPUnit test to see this in action in the real-world setting where I'm hitting it. Trivial test case:

<?php
class Foo {}
$x = new ReflectionClass('Foo');
print $x->getFileName();

Regular PHP prints the filename of the test file. Quercus prints nothing.

Notes
(0003699)
nam   
01-06-09 11:03   
php/5216
php/5221
php/5239
php/524f