mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #9] [MERGED] Added tests #30
Reference in New Issue
Block a user
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/code-rhapsodie/dataflow-bundle/pull/9
Author: @jeremycr
Created: 10/24/2019
Status: ✅ Merged
Merged: 10/24/2019
Merged by: @jeremycr
Base:
master← Head:tests📝 Commits (1)
d150069Added tests📊 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.