Changeset 1165 in tests for trunk/includes/bootstrap.php
- Timestamp:
- 12/06/2012 03:15:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/bootstrap.php
r1164 r1165 24 24 } 25 25 require_once $config_file_path; 26 27 if ( defined( 'WP_TESTS_ERROR_REPORTING' ) ) {28 error_reporting( WP_TESTS_ERROR_REPORTING );29 } else {30 error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT );31 }32 26 33 27 define( 'DIR_TESTDATA', dirname( __FILE__ ) . '/../data' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)