Opened 13 years ago
Closed 13 years ago
#25133 closed defect (bug) (fixed)
Incorrect instructions in tests/README.txt
| Reported by: | jdgrimes | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | Unit Tests | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Changes "trunk" to "trunk/tests" in the instructions.