summaryrefslogtreecommitdiff
path: root/Zend/tests/bug62892.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing ↵Felipe Pena2012-08-221-0/+21
trait methods as private)