Skip to content

Commit 5986451

Browse files
grunt
1 parent c2b5615 commit 5986451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
define( 'WP_USE_THEMES', false );
1515
define( 'WP_TESTS_FORCE_KNOWN_BUGS', true );
16-
define( 'TI_UNIT_TESTING' , true );
16+
define( 'TI_UNIT_TESTING', true );
1717

1818
// Give access to tests_add_filter() function.
1919
require_once $_tests_dir . '/includes/functions.php';

0 commit comments

Comments
 (0)