Changeset 51568 for trunk/tests/phpunit/tests/includes/factory.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/includes/factory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/includes/factory.php
r51331 r51568 2 2 3 3 class TestFactoryFor extends WP_UnitTestCase { 4 function set Up() {5 parent::set Up();4 function set_up() { 5 parent::set_up(); 6 6 $this->category_factory = new WP_UnitTest_Factory_For_Term( null, 'category' ); 7 7 }
Note: See TracChangeset
for help on using the changeset viewer.