Changeset 300 in tests
- Timestamp:
- 05/16/2010 01:37:38 PM (16 years ago)
- File:
-
- 1 edited
-
wp-test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-test.php
r289 r300 122 122 123 123 // hide warnings during testing, since that's the normal WP behaviour 124 error_reporting(E_ALL ^ E_NOTICE); 124 if ( !WP_DEBUG ) { 125 error_reporting(E_ALL ^ E_NOTICE); 126 } 125 127 // run the tests and print the results 126 128 list ($result, $printer) = wptest_run_tests($classes, @$opts['t']);
Note: See TracChangeset
for help on using the changeset viewer.