- Timestamp:
- 03/05/2016 07:47:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory.php
r36409 r36854 1 1 <?php 2 2 3 /** 4 * A factory for making WordPress data with a cross-object type API. 5 * 6 * Tests should use this factory to generate test fixtures. 7 */ 3 8 class WP_UnitTest_Factory { 4 9
Note: See TracChangeset
for help on using the changeset viewer.