-
Andreas Frömer authored
* Only load doctrine/persistence class alias if classes exist * Only load class alias when using Faker\ORM\Doctrine classes. This will also add autoload for phpstan to register the alias. * Add tests to check if backward compatibility is working Each test will run in a separate process to make sure the autoload is done in every single one of them.