When launching doctrine:fixtures:load , after my own fixtures are loaded, test fixtures from the Webonaute try to load too:
loading [1] Webonaute\DoctrineFixturesGeneratorBundle\DataFixtures\ORM\LoadTestRelated
I had to delete LoadTest and LoadTestRelated in the vendor directory to get it to work.