-
Notifications
You must be signed in to change notification settings - Fork 1
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
add table printer / BDD step for creating persistent resource / asset fixtures #18
Conversation
README.md
Outdated
- e2e-results | ||
- styleguide | ||
reports: | ||
junit: e2e-results/behat.xml |
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.
hier war der autoformatter etwas wild, oder? ;)
README.md
Outdated
|
||
public function homepageCommand() | ||
{ | ||
$fixtureBasePath = TODO !!!! FIX DOC !!!! |
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.
TODO?
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.
only nitpicks :)
This change should be downwards compatible. (pls recheck briefly) Followup Ticket: #19 |
for now, only ImageInterface is supported. Other asset types must also be implemented.
also fixes: #13 #9
I tried to keep the Neos specific logic outside of the package, but added a hook / README.
When run with Neos/Flow After importing asset fixtures,
resource:publish
must be called somehow with the SUT context.ImageInterface
typed node properties (other Neos.Media models extending Asset)please give feedback <3 see comments in the PR
cheers