Changeset 31623
- Timestamp:
- 03/05/2015 01:14:28 PM (10 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Autosave.php
r31622 r31623 92 92 $this->assertGreaterThanOrEqual( 0, strpos( $post->post_content, $md5 ) ); 93 93 } 94 94 95 95 /** 96 96 * Test autosaving a locked post -
trunk/tests/phpunit/tests/multisite/site.php
r31622 r31623 547 547 * path should have a leading and trailing slash. When multiple directories 548 548 * are part of the path, only one slash should separate each directory. 549 * 550 * @ticket 18117 551 */ 549 * 550 * @ticket 18117 551 */ 552 552 function test_update_blog_details_single_path_no_slashes() { 553 553 update_blog_details( 1, array( 'path' => 'my_path' ) ); -
trunk/tests/phpunit/tests/option/multisite.php
r31622 r31623 11 11 */ 12 12 class Tests_Multisite_Option extends WP_UnitTestCase { 13 protected $suppress = false; 13 protected $suppress = false; 14 14 15 15 function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.