- Timestamp:
- 11/25/2013 10:49:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/export/class-wp-export-query.php
r25002 r26370 8 8 */ 9 9 class Test_WP_Export_Query extends WP_UnitTestCase { 10 function setUp() { 11 if ( ! class_exists( 'WP_Export_Query' ) ) { 12 $this->markTestSkipped( "WP_Export_Query class doesn't exist" ); 13 } 14 15 parent::setUp(); 16 } 17 10 18 function test_WP_Export_Query_should_be_initialized_with_an_array() { 11 19 $export = new WP_Export_Query( array( 'author' => 'all' ) );
Note: See TracChangeset
for help on using the changeset viewer.