Changeset 1164 in tests for trunk/includes/bootstrap.php
- Timestamp:
- 12/06/2012 01:53:34 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/bootstrap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/bootstrap.php
r1101 r1164 4 4 */ 5 5 6 error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT );7 6 8 7 require_once 'PHPUnit/Autoload.php'; … … 25 24 } 26 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 } 27 32 28 33 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)