Changeset 53916 for trunk/tests/phpunit/tests/block-supports/layout.php
- Timestamp:
- 08/21/2022 04:55:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/layout.php
r53680 r53916 18 18 */ 19 19 class Test_Block_Supports_Layout extends WP_UnitTestCase { 20 21 /** 22 * Theme root directory. 23 * 24 * @var string 25 */ 26 private $theme_root; 27 28 /** 29 * Original theme directory. 30 * 31 * @var string 32 */ 33 private $orig_theme_dir; 34 20 35 function set_up() { 21 36 parent::set_up(); … … 31 46 add_filter( 'template_root', array( $this, 'filter_set_theme_root' ) ); 32 47 33 $this->queries = array();34 48 // Clear caches. 35 49 wp_clean_themes_cache();
Note: See TracChangeset
for help on using the changeset viewer.