- Timestamp:
- 03/15/2019 12:15:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory.php
r42343 r44903 59 59 public $network; 60 60 61 function __construct() {61 public function __construct() { 62 62 $this->post = new WP_UnitTest_Factory_For_Post( $this ); 63 63 $this->attachment = new WP_UnitTest_Factory_For_Attachment( $this );
Note: See TracChangeset
for help on using the changeset viewer.