Skip to content

Commit

Permalink
Add test for clone sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh committed Mar 4, 2016
1 parent 21424c3 commit ffec55c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/wysiwyg-clone.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
'quicktags' => false,
],
],
// Sort clone
[
'name' => 'Clone',
'id' => 'wysiwyg3',
'type' => 'wysiwyg',
'clone' => true,
'sort_clone' => true,
],
],
];
if ( is_plugin_active( 'meta-box-group/meta-box-group.php' ) )
Expand Down

0 comments on commit ffec55c

Please sign in to comment.