What are the Slack Archives?
Itβs a history of our time together in the Slack Community! Thereβs a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you wonβt be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hello, i have a problem with the tests for a storage writer. When I call the entity save method, the
Comments
-
Did not write the tests for your exact case, but I think you can simply swap the storage via config or constructor, to have so called
InMemoryStorage
orNullStorage
. Then it will not try to use real queue.0 -
You can also block events using
EventBehaviorConfig::disableEvent()
but be careful if your test is using the DataImport module - it also calls the static method to reset this flag
0 -
I have already tried this but it doesnt work.
0 -
I think the problem is that the propel class calls directly the sendMessage function from queue client
0 -
The propel entity should make a call to add a row to
spy_event_behavior_entity_change
and this is stopped if thedisableEvent()
static is called.0 -
But my version of Spryker is not the latest, so maybe your version is different..
0 -
Additional idea: compare with default tests in vendor
rdm picked test:tests/SprykerTest/Zed/ProductImageStorage/Communication/Plugin/Event/Listener/ProductImageStorageListenerTest.php
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 75 Spryker News
- 924 Developer Corner
- 783 Spryker Development
- 88 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random