|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3219 | minor | always | 01-05-09 16:41 | 01-06-09 11:03 | |
|
|
|||||
| Reporter: | koreth | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | urgent | OS Version: | |||
| Status: | closed | Product Version: | 4.0.0 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|
|||||
| Summary: | 0003219: ReflectionClass::getFileName() doesn't work | ||||
| Description: |
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. |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||