[PR #79] [MERGED] Add more unittest #270

Closed
opened 2026-02-25 22:34:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/79
Author: @sadok-f
Created: 7/3/2017
Status: Merged
Merged: 7/3/2017
Merged by: @sadok-f

Base: masterHead: add-more-unittest


📝 Commits (2)

  • 222ba0c Merge branch 'master' into add-more-unittest
  • c69c9a5 Add more Unit test to increase code coverage

📊 Changes

8 files changed (+139 additions, -9 deletions)

View changed files

📝 .travis.yml (+1 -2)
📝 app.php (+9 -2)
📝 tests/Core/Controller/DefaultControllerTest.php (+32 -1)
📝 tests/Core/Handler/ImageHandlerTest.php (+1 -1)
📝 tests/Core/Processor/FaceDetectProcessorTest.php (+0 -2)
tests/Core/Resolver/ControllerResolver.php (+91 -0)
📝 tests/Core/StorageProvider/S3StorageProviderTest.php (+5 -1)
📝 tests/testImages/square.webp (+0 -0)

📄 Description

#74


🔄 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/79 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 7/3/2017 **Status:** ✅ Merged **Merged:** 7/3/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `add-more-unittest` --- ### 📝 Commits (2) - [`222ba0c`](https://github.com/flyimg/flyimg/commit/222ba0c25f995d015e1ff20c3b80ac2a6a83c895) Merge branch 'master' into add-more-unittest - [`c69c9a5`](https://github.com/flyimg/flyimg/commit/c69c9a5d0198b79b483c589725d12ce32aac6afd) Add more Unit test to increase code coverage ### 📊 Changes **8 files changed** (+139 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -2) 📝 `app.php` (+9 -2) 📝 `tests/Core/Controller/DefaultControllerTest.php` (+32 -1) 📝 `tests/Core/Handler/ImageHandlerTest.php` (+1 -1) 📝 `tests/Core/Processor/FaceDetectProcessorTest.php` (+0 -2) ➕ `tests/Core/Resolver/ControllerResolver.php` (+91 -0) 📝 `tests/Core/StorageProvider/S3StorageProviderTest.php` (+5 -1) 📝 `tests/testImages/square.webp` (+0 -0) </details> ### 📄 Description #74 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:34:55 +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#270
No description provided.