- Timestamp:
- 09/01/2022 10:54:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-pages-controller.php
r53945 r54058 409 409 } 410 410 411 /** 412 * @doesNotPerformAssertions 413 */ 411 414 public function test_get_item() { 412 $this->markTestSkipped( 'Controller does not implement get_item().' );415 // Controller does not implement get_item(). 413 416 } 414 417 … … 420 423 } 421 424 425 /** 426 * @doesNotPerformAssertions 427 */ 422 428 public function test_create_item() { 423 $this->markTestSkipped( 'Controller does not implement create_item().' );429 // Controller does not implement create_item(). 424 430 } 425 431 … … 485 491 } 486 492 493 /** 494 * @doesNotPerformAssertions 495 */ 487 496 public function test_update_item() { 488 $this->markTestSkipped( 'Controller does not implement update_item().' );497 // Controller does not implement update_item(). 489 498 } 490 499 … … 508 517 } 509 518 519 /** 520 * @doesNotPerformAssertions 521 */ 510 522 public function test_prepare_item() { 511 $this->markTestSkipped( 'Controller does not implement prepare_item().' );523 // Controller does not implement prepare_item(). 512 524 } 513 525
Note: See TracChangeset
for help on using the changeset viewer.