Opened 12 years ago
Closed 12 years ago
#25133 closed defect (bug) (fixed)
Incorrect instructions in tests/README.txt
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Unit Tests | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The fourth step in the README.txt file included with the tests says the following:
- Run the tests from the "trunk" directory:
But this won't work. The phpunit.xml.dist file is in the /trunk/tests/ directory, so the tests need to be run from there.
I am attaching a patch which addresses this by changing these instructions to say:
- Run the tests from the "trunk/tests" directory:
Attachments (2)
Change History (6)
#2
@
12 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 25116:
Note: See
TracTickets for help on using
tickets.
Changes "trunk" to "trunk/tests" in the instructions.