Tester bootstrap error in OrmExtension->processMetadataDriver()
Notice: This thread is very old.
- Čamo
- Member | 798
Hello,
I am starting with Tester and I need help with some Doctrine exception.
If I include bootstrap.php to test file it throws me this:
I have no idea what happened.
EDIT:
I founded out it is related with config.local.neon directive. If I remove it
it works.
But what is wrong with that?
Last edited by Čamo (2016-02-14 00:54)
- jiri.pudil
- Nette Blogger | 1034
That's an unfortunate side-effect of how Nette locates %appDir%
automatically. You have to set it to a proper path manually when creating the
container:
Last edited by jiri.pudil (2016-02-14 01:55)