Giter VIP home page Giter VIP logo

Comments (6)

Drfloo avatar Drfloo commented on May 14, 2024 1

Ok i will try that.

I added the OrdersProducts relationship because i had problems with created modified when doing :

 ->with('Products[5]')

I'll do some test and come back to you soon.

from cakephp-fixture-factories.

pabloelcolombiano avatar pabloelcolombiano commented on May 14, 2024

Hi @Drfloo,

chaining associations is definitely supported by the package.

Here is an example aiming at reproducing the scenario you propose: https://github.com/vierge-noire/cakephp-fixture-factories/blob/main/tests/TestCase/Factory/BaseFactoryAssociationsTest.php#L690

Could the issue come from the definition of your associations?

from cakephp-fixture-factories.

Drfloo avatar Drfloo commented on May 14, 2024

Hi ! Thanks a lot Juan !

It's weird that it's not working for me.

Here's my relations for OrdersTable :

$this->hasMany('OrdersProducts');
$this->belongsToMany('Products');
$this->belongsTo('ShippingServices', [
'foreignKey' => 'shipping_service_id',
]);

from cakephp-fixture-factories.

pabloelcolombiano avatar pabloelcolombiano commented on May 14, 2024

I am a bit clueless. I have added a second test here, that reproduces even more closely your relations set:
https://github.com/vierge-noire/cakephp-fixture-factories/blob/next/tests/TestCase/Factory/BaseFactoryAssociationsTest.php#L714

Generally in your case I would get rid of the OrdersProducts association, as it is trivial, and use only the Products association. That might help...

from cakephp-fixture-factories.

pabloelcolombiano avatar pabloelcolombiano commented on May 14, 2024

->with('Products', 5) works too and is a bit faster to write, imo.

from cakephp-fixture-factories.

pabloelcolombiano avatar pabloelcolombiano commented on May 14, 2024

Following your pm, if you have issues with date stamp fields, you may add them in the default template of your factories, so they get populated by default.

This is generally not necessary, as illustrated in this test, but I have seen a few setups where this was required.

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.