OndraM / ci-detector

Detect continuous integration environment and get information of current build
MIT License
212 stars 12 forks source link

Fix tests (do not let xdebug override var_dump) #76

Closed OndraM closed 4 years ago

OndraM commented 4 years ago

New Xdebug default settings adds file name before var_dump output, which then differs with expected output and breaks our phpt tests.