Bug Tracker

Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#10901 closed enhancement (fixed)

have unit tests fail if the tester is running from file:// or doesn't have PHP

Reported by: mikesherov Owned by: mikesherov
Priority: low Milestone: 1.7.2
Component: build Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:

Description

currently, the unit tests will silently skip tests that need PHP if not run on a hosted environment. I suspect more than a few testers don't even know this, and so there should be a message letting them know that the only way to run a "full" test is from a hosted environment

Change History (7)

comment:1 Changed 12 years ago by mikesherov

Component: unfiledbuild
Milestone: None1.7.2
Owner: set to mikesherov
Priority: undecidedlow
Status: newassigned

comment:2 Changed 11 years ago by mikesherov

PHP is now a requirement.

comment:3 Changed 11 years ago by mikesherov

#11265 is a duplicate of this ticket.

comment:4 Changed 11 years ago by mikesherov

Summary: have unit tests alert the tester if they are running from file://have unit tests fail if the tester is running from file:// or doesn't have PHP

comment:5 Changed 11 years ago by Timmy Willison

Resolution: wontfix
Status: assignedclosed

We can continue discussion, but I don't think we're going to do this. It is better to run whatever tests can be run.

comment:6 Changed 11 years ago by Rick Waldron

I want to put a moratorium on any further changes to the test suite.

comment:7 Changed 11 years ago by Mike Sherov

Resolution: wontfixfixed

fixes #10901, PHP required for unit tests, but still allow the tests to run

Changeset: 7226cf2800315e90b671db63f2b5f51150ad7e8e

Note: See TracTickets for help on using tickets.