#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 6 years ago by
| Component: | unfiled → build |
|---|---|
| Milestone: | None → 1.7.2 |
| Owner: | set to mikesherov |
| Priority: | undecided → low |
| Status: | new → assigned |
comment:2 Changed 5 years ago by
comment:4 Changed 5 years ago by
| 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 5 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
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 5 years ago by
I want to put a moratorium on any further changes to the test suite.
comment:7 Changed 5 years ago by
| Resolution: | wontfix → fixed |
|---|
fixes #10901, PHP required for unit tests, but still allow the tests to run
Changeset: 7226cf2800315e90b671db63f2b5f51150ad7e8e
Note: See
TracTickets for help on using
tickets.

PHP is now a requirement.