Changeset 34767 for trunk/tests/phpunit/tests/option/siteTransient.php
- Timestamp:
- 10/02/2015 05:09:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteTransient.php
r25002 r34767 5 5 */ 6 6 class Tests_Option_SiteTransient extends WP_UnitTestCase { 7 8 public function setUp() { 9 parent::setUp(); 10 11 if ( wp_using_ext_object_cache() ) { 12 $this->markTestSkipped( 'Not testable with an external object cache.' ); 13 } 14 } 7 15 8 16 function test_the_basics() {
Note: See TracChangeset
for help on using the changeset viewer.