Giter VIP home page Giter VIP logo

Comments (6)

pabloelcolombiano avatar pabloelcolombiano commented on May 14, 2024

@dreamingmind Yes indeed, the Model events are all shutdown when creating the factories. This is made on purpose in order to have the injection in the DB as fast and straighforward as possible.

If you need to test the beforeSave of your function, I suggest that you write one or several test methods to that aim, where you then save "manually" an entity that you generated unpersisted with the factory. This way, you are really testing the beforeSave method, and your other unrelated tests will not be unnecessarily slowed down.

I agree that this should be added to the docs.

from cakephp-fixture-factories.

dreamingmind avatar dreamingmind commented on May 14, 2024

Okay, thanks!

from cakephp-fixture-factories.

dreamingmind avatar dreamingmind commented on May 14, 2024

Well, I want to toss in one more comment on this issue.

In this particular case, I do have testing for the before filter processes as a separate test. But I am trying to now make test data for a larger process that depends on the existence of a pretty large and complex set of data. The before save process is critical to having all the necessary records exist in a complete and valid state.

It may be possible for me to use the factories to make the records then write more code to back-fill the bits that the event would normally do. But this feels risky.

Would it be practical to have a switch to locally and temporarily turn on the callbacks like the save options and marshaling options?

from cakephp-fixture-factories.

pabloelcolombiano avatar pabloelcolombiano commented on May 14, 2024

@dreamingmind

I understand your issue. Per default all model related listeners and behaviors (except from the TimeStamp) are skipped.

Indeed why not enable them if required. I have implemented a static method makeWithModelListenersAndBehaviors. If you use it instead of make, you should get what you required.

This also indirectly informs the developer that if he does not choose that method, but make, the listeners and behaviors will be skipped.

from cakephp-fixture-factories.

dreamingmind avatar dreamingmind commented on May 14, 2024

Thanks so much! I'll give it a spin

from cakephp-fixture-factories.

dreamingmind avatar dreamingmind commented on May 14, 2024

That's a wrap. works great

from cakephp-fixture-factories.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.