[PR #9] [MERGED] Added tests #30

Closed
opened 2026-01-23 11:21:52 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/9
Author: @jeremycr
Created: 10/24/2019
Status: Merged
Merged: 10/24/2019
Merged by: @jeremycr

Base: masterHead: tests


📝 Commits (1)

📊 Changes

21 files changed (+143 additions, -15 deletions)

View changed files

Tests/DataflowType/AbstractDataflowTypeTest.php (+53 -0)
Tests/DataflowType/Writer/PortWriterAdapterTest.php (+37 -0)
📝 Tests/Runner/PendingDataflowRunnerTest.php (+2 -4)
📝 src/CodeRhapsodieDataflowBundle.php (+3 -0)
📝 src/Command/AddScheduledDataflowCommand.php (+3 -0)
📝 src/Command/ChangeScheduleStatusCommand.php (+3 -0)
📝 src/Command/ExecuteDataflowCommand.php (+2 -0)
📝 src/Command/JobShowCommand.php (+3 -0)
📝 src/Command/RunPendingDataflowsCommand.php (+2 -0)
📝 src/Command/ScheduleListCommand.php (+3 -0)
📝 src/DataflowType/AbstractDataflowType.php (+6 -0)
📝 src/DataflowType/Dataflow/Dataflow.php (+2 -7)
📝 src/DataflowType/Result.php (+7 -4)
📝 src/DependencyInjection/CodeRhapsodieDataflowExtension.php (+3 -0)
📝 src/DependencyInjection/Compiler/DataflowTypeCompilerPass.php (+2 -0)
📝 src/Entity/Job.php (+2 -0)
📝 src/Entity/ScheduledDataflow.php (+2 -0)
📝 src/Event/ProcessingEvent.php (+2 -0)
📝 src/Repository/JobRepository.php (+2 -0)
📝 src/Repository/ScheduledDataflowRepository.php (+2 -0)

...and 1 more files

📄 Description

No description provided


🔄 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/code-rhapsodie/dataflow-bundle/pull/9 **Author:** [@jeremycr](https://github.com/jeremycr) **Created:** 10/24/2019 **Status:** ✅ Merged **Merged:** 10/24/2019 **Merged by:** [@jeremycr](https://github.com/jeremycr) **Base:** `master` ← **Head:** `tests` --- ### 📝 Commits (1) - [`d150069`](https://github.com/code-rhapsodie/dataflow-bundle/commit/d15006973e81efe0b481876be6f935db307858f1) Added tests ### 📊 Changes **21 files changed** (+143 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `Tests/DataflowType/AbstractDataflowTypeTest.php` (+53 -0) ➕ `Tests/DataflowType/Writer/PortWriterAdapterTest.php` (+37 -0) 📝 `Tests/Runner/PendingDataflowRunnerTest.php` (+2 -4) 📝 `src/CodeRhapsodieDataflowBundle.php` (+3 -0) 📝 `src/Command/AddScheduledDataflowCommand.php` (+3 -0) 📝 `src/Command/ChangeScheduleStatusCommand.php` (+3 -0) 📝 `src/Command/ExecuteDataflowCommand.php` (+2 -0) 📝 `src/Command/JobShowCommand.php` (+3 -0) 📝 `src/Command/RunPendingDataflowsCommand.php` (+2 -0) 📝 `src/Command/ScheduleListCommand.php` (+3 -0) 📝 `src/DataflowType/AbstractDataflowType.php` (+6 -0) 📝 `src/DataflowType/Dataflow/Dataflow.php` (+2 -7) 📝 `src/DataflowType/Result.php` (+7 -4) 📝 `src/DependencyInjection/CodeRhapsodieDataflowExtension.php` (+3 -0) 📝 `src/DependencyInjection/Compiler/DataflowTypeCompilerPass.php` (+2 -0) 📝 `src/Entity/Job.php` (+2 -0) 📝 `src/Entity/ScheduledDataflow.php` (+2 -0) 📝 `src/Event/ProcessingEvent.php` (+2 -0) 📝 `src/Repository/JobRepository.php` (+2 -0) 📝 `src/Repository/ScheduledDataflowRepository.php` (+2 -0) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:21:52 +01:00
admin closed this issue 2026-01-23 11:21:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#30