[PR #26] [MERGED] add more UnitTest #836

Closed
opened 2026-03-15 15:38:29 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: more-unittests


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/26 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 1/22/2017 **Status:** ✅ Merged **Merged:** 1/23/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `more-unittests` --- ### 📝 Commits (3) - [`a0c5c87`](https://github.com/flyimg/flyimg/commit/a0c5c875252896212d1977bfde78363417fbeca2) add more UnitTest - [`022b268`](https://github.com/flyimg/flyimg/commit/022b2686d59c855455a8b89baf724d4d5de52a2f) Update Travis.yml - [`e751403`](https://github.com/flyimg/flyimg/commit/e7514032ccffb345c719d964334521c9afd64741) Update Travis.yml + fix unitTest ### 📊 Changes **12 files changed** (+204 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description #26 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:38:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#836
No description provided.