mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #26] [MERGED] add more UnitTest #836
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#836
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/26
Author: @sadok-f
Created: 1/22/2017
Status: ✅ Merged
Merged: 1/23/2017
Merged by: @sadok-f
Base:
master← Head:more-unittests📝 Commits (3)
a0c5c87add more UnitTest022b268Update Travis.ymle751403Update Travis.yml + fix unitTest📊 Changes
12 files changed (+204 additions, -104 deletions)
View changed files
📝
src/Core/Controller/CoreController.php(+1 -1)📝
src/Core/Entity/Image.php(+13 -10)➕
src/Core/Exception/AppException.php(+7 -0)➕
src/Core/Exception/InvalidArgumentException.php(+7 -0)➕
src/Core/Exception/MissingParamsException.php(+7 -0)➕
src/Core/Exception/ReadFileException.php(+7 -0)📝
src/Core/Provider/StorageProvider.php(+2 -1)📝
src/Core/Resolver/ControllerResolver.php(+4 -2)📝
src/Core/Service/ImageProcessor.php(+41 -23)➕
src/Core/Tests/BaseTest.php(+68 -0)📝
src/Core/Tests/ImageProcessorTest.php(+4 -35)📝
src/Core/Tests/ImageTest.php(+43 -32)📄 Description
#26
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.