Skip to:
Content

BuddyPress.org

Changeset 7423


Ignore:
Timestamp:
10/14/2013 11:28:36 PM (13 years ago)
Author:
boonebgorges
Message:

Add linebreak when dying out of test suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/bootstrap.php

    r7421 r7423  
    2424
    2525if ( ! file_exists( WP_TESTS_DIR . '/includes/functions.php' ) )
    26         die( 'The WordPress PHPUnit test suite could not be found.' );
     26        die( "The WordPress PHPUnit test suite could not be found.\n" );
    2727
    2828require_once WP_TESTS_DIR . '/includes/functions.php';
Note: See TracChangeset for help on using the changeset viewer.