Gráfico de Commits

3 Commits

Autor SHA1 Mensagem Data
Paul Tarjan 39d6a7f26a add $name to ReflectionParameter
This is in the docs http://www.php.net/manual/en/class.reflectionparameter.php and is used by Symfony
2013-05-24 09:48:43 -07:00
Dario Russi 6e510c2081 fix reflection parameter problem where type and type hint were made to collide. Separated the two...
ReflectoinParamenter was fetching both type and type hint from the same field. That created an incompatible change with existing code and broke the mocking framework. Separated the type and type hint field to contain the possible different values.
2013-04-30 09:27:03 -07:00
ptarjan 503f75d08b Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:06:51 -07:00