mrtnzlml-archive / testbench

:green_apple: Simple integration testing tool for Nette applications
http://zlml.cz/jednoduche-testovani-pro-uplne-kazdeho
41 stars 13 forks source link

Error: Class 'Kdyby\Doctrine\Dbal\BatchImport\Helpers' not found #45

Open petrparolek opened 7 years ago

petrparolek commented 7 years ago

Hi, I used TDoctrine from documentation and I got exception Error: Class 'Kdyby\Doctrine\Dbal\BatchImport\Helpers' not found. Could you help me please?

mrtnzlml commented 7 years ago

You probably have to install this library:

composer require kdyby/doctrine-dbal-batchimport

But it should throw better exception for sure. So I am not going to close this issue yet. Thanks for reporting.

petrparolek commented 7 years ago

It will be good to write in doc,