Hey @mbabker, is there a way to get the unit testing php.ini to be something more akin to a crappy web host one with a load of bad configs like disable_functions populated, etc...
Labels |
Added:
?
|
Is this something you have the keys for? ;-)
Yes the file is in the root here
But how would one add a build to travis with it?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-27 14:25:58 |
Closed_By | ⇒ | brianteeman |
closed as you have started a pr
https://github.com/symfony/symfony/blob/master/.travis.yml#L70-L87 is an example of pushing stuff into php.ini on Travis. So honestly, we just seed a file with a "subpar" config, add a build to Travis with it, and bam, done.