mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Avoids breaking execution if PHPUnit is not installed, since classes in framework/dev/ extend PHPUnit, and get autoloaded when we inspect the ancestry and implementors of every class defined on the filesystem. Not an ideal, since it removes i18n support for dev classes, but in practice this only impacts a single entity definition.