#35563 closed defect (bug) (fixed)
Comment in wp-tests-config-sample.php mentions backslash instead of forward slash.
| Reported by: | tahteche | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
wp-tests-config-sample.php line 3 mentions adding a backslash when referring to a forward slash. Its as below:
<?php /* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */ define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 36372: