-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #656: Add \Robo\Collection\TaskForEach::setIterable() #659
Issue #656: Add \Robo\Collection\TaskForEach::setIterable() #659
Conversation
tests/cli/ForEachCest.php
Outdated
|
||
use Robo\Collection\CollectionBuilder; | ||
|
||
class ForEachCest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Each class must be in a namespace of at least one level (a top-level vendor name)
- Opening brace of a class must be on the line after the definition
"The provided cwd does not exist" (failure in Appveyor build) is fixed in #651. This should also go away on its own in the next stable release of Symfony/Process. |
Rebase with master and your Appveyor tests should pass. |
6220d48
to
f7a1511
Compare
tests/cli/ForEachCest.php
Outdated
use Robo\Collection\CollectionBuilder; | ||
use Robo\State\Data; | ||
|
||
class ForEachCest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Each class must be in a namespace of at least one level (a top-level vendor name)
- Opening brace of a class must be on the line after the definition
f7a1511
to
ccc65a6
Compare
tests/cli/ForEachCest.php
Outdated
use Robo\Collection\CollectionBuilder; | ||
use Robo\State\Data; | ||
|
||
class ForEachCest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Each class must be in a namespace of at least one level (a top-level vendor name)
- Opening brace of a class must be on the line after the definition
I think this pull request solves the issue #655 as well. (test included) |
ccc65a6
to
0401afc
Compare
use Robo\Collection\CollectionBuilder; | ||
use Robo\State\Data; | ||
|
||
class ForEachCest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Each class must be in a namespace of at least one level (a top-level vendor name)
0401afc
to
61f3807
Compare
What is wrong with this pull request? |
It's perfect; I was waiting for the apveyor tests to be fixed, but somehow didn't notice that you had done that. |
Issue #656
Overview
This pull request: