Changeset 49030 for trunk/tests/phpunit/tests/multisite/siteMeta.php
- Timestamp:
- 09/21/2020 08:18:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/siteMeta.php
r49027 r49030 167 167 public function test_update_should_return_true_when_updating_existing_value_for_key() { 168 168 if ( ! is_site_meta_supported() ) { 169 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );169 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 170 170 } 171 171 … … 181 181 public function test_delete_by_key() { 182 182 if ( ! is_site_meta_supported() ) { 183 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );183 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 184 184 } 185 185 … … 198 198 public function test_site_meta_should_be_deleted_when_site_is_deleted() { 199 199 if ( ! is_site_meta_supported() ) { 200 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );200 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 201 201 } 202 202 … … 224 224 225 225 if ( ! is_site_meta_supported() ) { 226 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );226 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 227 227 } 228 228 … … 239 239 240 240 if ( ! is_site_meta_supported() ) { 241 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );241 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 242 242 } 243 243 … … 260 260 261 261 if ( ! is_site_meta_supported() ) { 262 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );262 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 263 263 } 264 264 … … 282 282 public function test_add_site_meta_should_bust_get_sites_cache() { 283 283 if ( ! is_site_meta_supported() ) { 284 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );284 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 285 285 } 286 286 … … 324 324 public function test_update_site_meta_should_bust_get_sites_cache() { 325 325 if ( ! is_site_meta_supported() ) { 326 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );326 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 327 327 } 328 328 … … 367 367 public function test_delete_site_meta_should_bust_get_sites_cache() { 368 368 if ( ! is_site_meta_supported() ) { 369 $this->markTestSkipped( 'Test sonly runs with the blogmeta database table installed.' );369 $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' ); 370 370 } 371 371
Note: See TracChangeset
for help on using the changeset viewer.