Skip to content

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

@Patabugen

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

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