Changeset 49030 for trunk/tests/phpunit/tests/multisite/siteQuery.php
- Timestamp:
- 09/21/2020 08:18:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/siteQuery.php
r49027 r49030 884 884 public function test_wp_site_query_meta_query( $query, $expected, $strict ) { 885 885 if ( ! is_site_meta_supported() ) { 886 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );886 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 887 887 } 888 888
Note: See TracChangeset
for help on using the changeset viewer.