Make WordPress Core

Ticket #35563: 35563.diff

File 35563.diff, 485 bytes (added by tahteche, 10 years ago)
  • wp-tests-config-sample.php

     
    11<?php
    22
    3 /* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */
     3/* Path to the WordPress codebase you'd like to test. Add a forward slash in the end. */
    44define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
    55
    66// Test with multisite enabled.