objecttothis

Results 411 comments of objecttothis

> > > From this conversation I thought that upgrading to CI4 would be impossible. There is however an upgrade guide and it seems to be a bit of work,...

I'm assigning this to myself because I think it will be resolved by #842.

This is resolved in the switch of the codebase to Code igniter 4.x. I am returning from travel in the next few weeks and will resume working on this changeover...

In order to setup PHPUnit in PhpStorm I've gone to File > Settings > PHP > Test Frameworks and added a new profile. I've chosen "Use Composer autoloader". The problem...

PhpStorm even tells me that the vendor directory is missing and asks if I want to run 'composer install', but then gives an error: ![image](https://user-images.githubusercontent.com/17935339/124594230-9d32fd00-de70-11eb-943d-fedba777612d.png) @jekkos @daN4cat any ideas. composer.json...

@jekkos thank you. I created a discussion in the team area so that my information was not publicly visible.

@jekkos I'm on zoom now, but have not heard from you. I'll remain on for a bit longer. Otherwise, just respond to the discussion I created in the team area.

I was able to get composer to run in PhpStorm and I think I have all the necessary components installed, but I'm not convinced that my PHPUnit configuration is correct....

I saw #3196, so I tried 7.5.6 and 7.5.20, but got the same results. @jekkos @daN4cat @SteveIreland any idea's what is missing from my configuration?

Yeah, composer.json was 7.5.6. I tried that and 7.5.20 which is the latest version of composer in 7.x. I got the same errors though. Do I need to specify a...