We are setting JPATH_ROOT in bootstrap as a constant. `<const name="JPATH_ROOT" value="__DIR__" />` I observed that phpunit create a php constant JPATH_ROOT with value `__DIR__` not with value `__DIR__`
We are setting JPATH_ROOT in bootstrap as a constant.
<const name="JPATH_ROOT" value="__DIR__" />I observed that phpunit create a php constant JPATH_ROOT with value
__DIR__not with value__DIR__