Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning off backupGlobals #1752

Closed
PatrickRose opened this issue Feb 27, 2015 · 1 comment
Closed

Turning off backupGlobals #1752

PatrickRose opened this issue Feb 27, 2015 · 1 comment

Comments

@PatrickRose
Copy link

I'm currently porting over some tests to use Codeception since we're about to start adding Acceptance tests. However, the current codebase include a lot of leftovers from PHP4 days, meaning there's liberal use of global etc.

Is it possible to turn off the use of backupGlobals?

@Naktibalda
Copy link
Member

It is possible to disable backupGlobals by setting backup_globals: false in codeception.yml since 2.1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants