mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/flyimg/flyimg/pull/117
Author: @baamenabar
Created: 8/27/2017
Status: ✅ Merged
Merged: 8/30/2017
Merged by: @baamenabar
Base:
master← Head:resizing-tests📝 Commits (2)
a7b686cWIP: Add tests for validating resizing options and geometry calculations. This fixes #11665ee826Added data provider for the ImageProcessor Tests. Looking good📊 Changes
8 files changed (+108 additions, -10 deletions)
View changed files
📝
.gitignore(+3 -0)📝
src/Core/Processor/Processor.php(+1 -1)📝
tests/Core/Handler/ImageHandlerTest.php(+9 -9)➕
tests/Core/Processor/ImageProcessorTest.php(+95 -0)➕
tests/testImages/landscape-color-squares-900x600.png(+0 -0)➕
tests/testImages/portrait-color-squares-600x900.png(+0 -0)➕
tests/testImages/square-opaque-600.png(+0 -0)➕
tests/testImages/square-tranparency-600.png(+0 -0)📄 Description
Add tests for validating resizing options and geometry calculations. This fixes #116
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.