Changeset 51452 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 07/18/2021 01:45:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r51397 r51452 11 11 */ 12 12 class WP_Test_REST_Controller extends WP_Test_REST_TestCase { 13 14 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 15 // Load the WP_REST_Test_Controller class if not already loaded. 16 require_once __DIR__ . '/rest-test-controller.php'; 17 } 13 18 14 19 public function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.