Back

Hi #pest experts, I need your help.
I want to integrate tests with pest but as my app makes heavy use of github.com/omniphx/forrest (an eloquent layer on top of salesforce) and I don't know how to do tests it without having to connect to salesforce.
Would it be possible to fake this calls so I don't have to have a salesforce instance to polute?

2

538

In response to @danielpetrica

Ugh… why would you want to mix Salesforce with Laravel? So you hate yourself? 😆

That package looks interesting though… anything to avoid SOQL queries :D

2

135

  • No matching results...
  • Searching...

/ 1000

I wish we didn't use it, but the company where I'm working has a hunch of salesforce experts pms and it sold it to our clients. It's gonna be the backend cms where the business side of the site stays, while laravel is the api layer between vue forms and salesforce. So I have to use it unfortunately 😔

521