Changeset 903 in tests for trunk/tests/test_option.php
- Timestamp:
- 07/16/2012 05:24:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_option.php
r897 r903 14 14 15 15 function __return_foo() { 16 return 'foo'; 16 return 'foo'; 17 17 } 18 18 … … 86 86 class TestSiteOption extends WP_UnitTestCase { 87 87 function __return_foo() { 88 return 'foo'; 88 return 'foo'; 89 89 } 90 90 … … 169 169 170 170 $this->assertEquals( get_site_option( $option, $default ), $default ); 171 $this->assertFalse( get_site_option( $option ) ); 171 $this->assertFalse( get_site_option( $option ) ); 172 172 } 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.