Skip to content

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

Description

@Patabugen

@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']))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions