Phpunit.xml server variable not being read when ray config not published #104
-
Hi, The product is working well. I just have one thing that is unclear. The server variables in phpunit.xml seem to be ignored: Just wondering if this is expected behaviour? (By ignoring these variables and not having the ray app running, my unit tests which log to a file get delayed because ray can't connect to the app). After publishing the config file everything works fine, I just find it a bit strange I need to publish a generic config file which I don't even try to change. Thanks for another wonderfull Spatie product! Kind regards, Benny |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is expected. env variables will only be used if there is a config file. |
Beta Was this translation helpful? Give feedback.
This is expected. env variables will only be used if there is a config file.