Skip to content

Commit c15e8a0

Browse files
committed
Update comment for accuracy
1 parent b6295df commit c15e8a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/multisite/site.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function test_created_site_details() {
175175
// The table should exist.
176176
$this->assertNotEmpty( $table_fields );
177177

178-
// And the table should not be empty, unless commentmeta, termmeta, or links.
178+
// And the table should not be empty, unless commentmeta, termmeta, collaboration or links.
179179
// phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
180180
$result = $wpdb->get_results( "SELECT * FROM $prefix$table LIMIT 1" );
181181

0 commit comments

Comments
 (0)