Jason Aller

Results 7 comments of Jason Aller

It can be installed from the Google Chrome store: https://chrome.google.com/webstore/detail/codeception-testtools/jhaegbojocomemkcnmnpmoobbmnkijik

While this package doesn't include a DBAL jsonb type using another package that had that improved things. Setting both the ORM\Column type on the entity and setting the type in...

Further investigation shows that the parameter doesn't need to be typed with jsonb, just the entity column. Likely a documentation improvement would clear this up where the column can be...

In an article https://lazamar.github.io/testing-http-requests-with-jasmine/ @lazamar suggests ``` window.fetch = undefined; require('whatwg-fetch') require('jasmine-ajax') // Do tests ``` Which looks like a reasonable work around, but only until jasmine-ajax supports fetch directly.

I can confirm adding a space to the end of the line and rerunning `fmt` shows no diff.

There are some pull requests that would bring this repo up to PHP 8.4 that have not been accepted. I took a brief pass at bringing the project up to...