Commit Graph

5 Commits

Author SHA1 Message Date
Jakub Zalas 3f271ba2c0 [Debug] Fixed ClassNotFoundFatalErrorHandler which could cause a fatal error.
It might happen that require_once will include a file second time (for
example with links or case-changed paths). Therefore we need to check
if a class exists before requiring the file.
2013-11-22 20:12:05 +00:00
Hugo Hamon 10236d7c34 Removed dead code (unused use statements). 2013-10-16 13:59:56 +02:00
Fabien Potencier db81d65526 [Debug] fixed unit tests 2013-08-30 13:26:06 +02:00
Fabien Potencier a0c8c08341 fixed an error message 2013-07-28 22:44:44 +02:00
Fabien Potencier e298f9e3a5 [Debug] refactored unit tests 2013-07-24 07:37:15 +02:00