Page MenuHomePhabricator

tests/README wording out of date
Closed, DeclinedPublic

Description

tests/README wording needs more than just this diff:

  • tests/README (revision 48480)

+++ tests/README (working copy)
Some quickie unit tests done with the PHPUnit testing framework. To run the
-test suite, run 'make test' in this dir or 'php RunTests.php'
+test suite, [first download ......what? (else you will just get an error).....]
+then run 'make' in this directory.


Version: 1.15.x
Severity: trivial

Details

Reference
bz18025

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:35 PM
bzimport set Reference to bz18025.
bzimport added a subscriber: Unknown Object (MLST).

Marking WONTFIX.

  1. The wording is not out of date as implied by the bug summary
  2. The tests are not designed for the average end-user to be running, they're for developers/sysadmins. Said people should already know how to use make.