Changeset 41750 for trunk/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 10/04/2017 08:01:12 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/customize/manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r41720 r41750 2582 2582 $this->assertNotEmpty( $data ); 2583 2583 2584 $this->assertEqualSets( array( 'theme', 'url', 'browser', 'panels', 'sections', 'nonce', 'autofocus', 'documentTitleTmpl', 'previewableDevices', 'changeset', 'timeouts', ' initialClientTimestamp', 'initialServerDate', 'initialServerTimestamp', 'l10n' ), array_keys( $data ) );2584 $this->assertEqualSets( array( 'theme', 'url', 'browser', 'panels', 'sections', 'nonce', 'autofocus', 'documentTitleTmpl', 'previewableDevices', 'changeset', 'timeouts', 'dateFormat', 'timeFormat', 'initialClientTimestamp', 'initialServerDate', 'initialServerTimestamp', 'l10n' ), array_keys( $data ) ); 2585 2585 $this->assertEquals( $autofocus, $data['autofocus'] ); 2586 2586 $this->assertArrayHasKey( 'save', $data['nonce'] ); … … 2597 2597 'currentUserCanPublish', 2598 2598 'publishDate', 2599 'statusChoices', 2599 2600 ), 2600 2601 array_keys( $data['changeset'] )
Note: See TracChangeset
for help on using the changeset viewer.