atoum / atoum-documentation

Documentation of atoum, a php unit test framework
http://docs.atoum.org
Other
10 stars 41 forks source link

xdebug & engine choice #241

Closed Grummfy closed 8 years ago

Grummfy commented 8 years ago

When we use xdebug in debugging mode, the engine of atoum can only be concurrent mode. Because the debuger can only be available for 1 process at the time.

So the issue will just add a warning in the engine section (http://docs.atoum.org/en/latest/engine.html#engine)