Changeset 869 in tests for trunk/wp-testlib/testcase.php
- Timestamp:
- 07/02/2012 11:19:34 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-testlib/testcase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-testlib/testcase.php
r862 r869 146 146 } 147 147 148 /** 149 * 150 function prepareTemplate( $template ) { 151 parent::prepareTemplate(); 152 $template->setVar( array( 'constants' => '' ) ); 153 $template->setVar( array( 'wp_constants' => PHPUnit_Util_GlobalState::getConstantsAsString() ) ); 154 } 148 155 }
Note: See TracChangeset
for help on using the changeset viewer.