- Timestamp:
- 02/03/2016 09:20:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-attachment.php
r10194 r10502 462 462 $image_data = BP_Attachment::get_image_data( BP_TESTS_DIR . 'assets/upside-down.jpg' ); 463 463 464 $this->assertTrue( 3 == =$image_data['meta']['orientation'] );464 $this->assertTrue( 3 == $image_data['meta']['orientation'] ); 465 465 } 466 466
Note: See TracChangeset
for help on using the changeset viewer.