Changeset 39140 for trunk/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 11/04/2016 03:53:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r38928 r39140 1507 1507 $this->assertNotEmpty( $data ); 1508 1508 1509 $this->assertEqualSets( array( 'theme', 'url', 'browser', 'panels', 'sections', 'nonce', 'autofocus', 'documentTitleTmpl', 'previewableDevices', 'changeset', 'timeouts' , 'l10n'), array_keys( $data ) );1509 $this->assertEqualSets( array( 'theme', 'url', 'browser', 'panels', 'sections', 'nonce', 'autofocus', 'documentTitleTmpl', 'previewableDevices', 'changeset', 'timeouts' ), array_keys( $data ) ); 1510 1510 $this->assertEquals( $autofocus, $data['autofocus'] ); 1511 1511 $this->assertArrayHasKey( 'save', $data['nonce'] );
Note: See TracChangeset
for help on using the changeset viewer.