Changeset 51462 for trunk/tests/phpunit/tests/customize/partial.php
- Timestamp:
- 07/19/2021 02:00:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/partial.php
r51331 r51462 112 112 $this->assertFalse( $partial->container_inclusive ); 113 113 $this->assertFalse( $partial->fallback_refresh ); 114 $this->assert Contains( 'Lorem Ipsum', $partial->render() );114 $this->assertStringContainsString( 'Lorem Ipsum', $partial->render() ); 115 115 116 116 $partial = new WP_Customize_Partial(
Note: See TracChangeset
for help on using the changeset viewer.