Changeset 904 in tests for trunk/tests/shortcode.php
- Timestamp:
- 07/18/2012 07:01:41 PM (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/shortcode.php
r903 r904 1 1 <?php 2 2 /** 3 * @group shortcode s3 * @group shortcode 4 4 */ 5 class Test Shortcode extends WP_UnitTestCase {5 class Tests_Shortcode extends WP_UnitTestCase { 6 6 7 7 protected $shortcodes = array( 'footag', 'bartag', 'baztag', 'dumptag' );
Note: See TracChangeset
for help on using the changeset viewer.