File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
tests/phpunit/tests/image Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -836,14 +836,15 @@ public static function data_resizes_are_small_for_16bit_images() {
836836 }
837837
838838 /**
839- * Tests that the 'png:IHDR.color-type-orig' property is preserved after resizing
839+ * Tests that the 'png:IHDR.color-type-orig' property is preserved after resizing.
840840 * Used to identify indexed PNG images, see https://www.w3.org/TR/PNG-Chunks.html#C.IHDR.
841841 *
842842 * @ticket 63448
843+ *
843844 * @dataProvider data_png_color_type_after_resize
844845 *
845- * @param string $file_path Path to the image file.
846- * @param int $expected_color_type The expected original color type.
846+ * @param string $file_path Path to the image file.
847+ * @param int $expected_color_type The expected original color type.
847848 */
848849 public function test_png_color_type_is_preserved_after_resize ( $ file_path , $ expected_color_type ) {
849850
@@ -902,6 +903,7 @@ public static function data_png_color_type_after_resize() {
902903 * Tests that alpha transparency is preserved after resizing.
903904 *
904905 * @ticket 63448
906+ *
905907 * @dataProvider data_alpha_transparency_is_preserved_after_resize
906908 *
907909 * @param string $file_path Path to the image file.
You can’t perform that action at this time.
0 commit comments