Changeset 54090 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 09/06/2022 10:09:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r54086 r54090 659 659 } 660 660 661 $attachment_id = $this->factory->attachment->create_object(661 $attachment_id = self::factory()->attachment->create_object( 662 662 $test_file, 663 663 0, … … 736 736 } 737 737 738 $attachment_id = $this->factory->attachment->create_object(738 $attachment_id = self::factory()->attachment->create_object( 739 739 $test_file, 740 740 0, … … 809 809 } 810 810 811 $attachment_id = $this->factory->attachment->create_object(811 $attachment_id = self::factory()->attachment->create_object( 812 812 $test_file, 813 813 0, … … 883 883 } 884 884 885 $attachment_id = $this->factory->attachment->create_object(885 $attachment_id = self::factory()->attachment->create_object( 886 886 $pdf_path, 887 887 0,
Note: See TracChangeset
for help on using the changeset viewer.