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

Why are some tests skipped on the command line? #67

Open
Patabugen opened this issue Jul 19, 2018 · 0 comments
Open

Why are some tests skipped on the command line? #67

Patabugen opened this issue Jul 19, 2018 · 0 comments

Comments

@Patabugen
Copy link
Collaborator

@jayhealey I wonder if you can shed some light on this.

Some tests have some code to skip them if TERM or TERM_PROGRAM keys exist in $_SERVER.

It's causing them to be skipped via the web interface too. Before I consider removing them, can you explain why you added the skipping?

if (isset($_SERVER['TERM_PROGRAM']) || isset($_SERVER['TERM']))

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

1 participant