Changeset 354 in tests
- Timestamp:
- 05/18/2011 10:38:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-test.php
r340 r354 12 12 13 13 // parse options 14 $options = 'v:t:r:sfln ';14 $options = 'v:t:r:sflndq'; 15 15 if (is_callable('getopt')) { 16 16 $opts = getopt($options); … … 30 30 define('TEST_SKIP_KNOWN_BUGS', array_key_exists('s', $opts)); 31 31 define('TEST_FORCE_KNOWN_BUGS', array_key_exists('f', $opts)); 32 #define('SAVEQUERIES', true); 32 define('WP_DEBUG', array_key_exists('d', $opts) ); 33 define('SAVEQUERIES', array_key_exists('q', $opts) ); 33 34 34 35 if (!empty($opts['r']))
Note: See TracChangeset
for help on using the changeset viewer.