Is it possible in phpunit to use a yaml file that contains configuration setting to be used in tests?
If so how as I cant see this in the documentation.
I am thinking that it might be possible to use such a file to contain useful data used throughout tests.