Antonino Scarfì

Results 3 comments of Antonino Scarfì

Awesome! Thank you! If I will discover something useful for this task, I will be happy to share it with you.

It would be better if you don't load WordPress in the unit tests. To achieve better this, it might be useful to use a library such this: https://brain-wp.github.io/BrainMonkey/. It loads...

It doesn't work even if I add the cache trait in the pivot table class: ``` class ModelABPivot extends Pivot { use QueryCacheable; protected static bool $flushCacheOnUpdate = true; }...