Nette\Tester is ignoring Notice

Notice: This thread is very old.
echo
Member | 134
+
0
-

Hi, according to this post https://forum.nette.org/…rovany-testy#… that should be done automatically but the notices I get when opening test in a browser are ignored.

I tried to specify my php.ini through -c parameter. Error reporting was set to E_ALL.

Thank you for your help.

Version of Tester: 5d7e2b4f431c1599a4b6f115ec8c973b26e76ce6 (today's dev-master)

Last edited by echo (2014-07-22 18:54)

David Grudl
Nette Core | 8082
+
0
-
echo
Member | 134
+
0
-

Actually I did.

echo
Member | 134
+
0
-

Ok, it was a collision with Nette debuger. Apparently I must first create DI container and then call Environment::setup().