Changeset 897 in tests
- Timestamp:
- 07/09/2012 04:47:34 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpunit.xml
r878 r897 3 3 backupGlobals="false" 4 4 colors="true" 5 strict="true" 5 6 > 6 7 <testsuites> -
trunk/tests/jacob/TestFormatting.php
r830 r897 48 48 } 49 49 function test_returns_false_for_non_utf8_strings() { 50 $this->markTestIncomplete( 'This test does not have any assertions.' ); 51 50 52 $big5 = $this->get_testdata('test_big5.txt'); 51 53 $big5 = $big5[0]; -
trunk/tests/test_option.php
r867 r897 257 257 } 258 258 259 if ( is_multisite() ) : 259 260 /** 260 261 * @group options 261 262 */ 262 263 class TestBlogOption extends WP_UnitTestCase { 263 function setUp() {264 parent::setUp();265 }266 267 function tearDown() {268 parent::tearDown();269 }270 271 264 function test_from_same_site() { 272 if ( ! is_multisite() )273 return false;274 275 265 $key = rand_str(); 276 266 $key2 = rand_str(); … … 309 299 } 310 300 } 301 endif;
Note: See TracChangeset
for help on using the changeset viewer.