Closed andlearnmore closed 1 year ago
FYI Going to log into your server now and take a look - will reply again shortly.
Hi @andlearnmore -
I took a look at your zipfoods directory and it looked like the codeception bootstrap process had installed the tests
directory, but it wasn't complete - there were missing files.
To straighten things out, I deleted the tests
directory and the codeception config file (codeception.yml
) then re-ran the bootstrap command (php vendor/bin/codecept bootstrap
).
All appeared to go well because after it was done the tests
directory was complete. You should be able to proceed forward with the next steps.
I'm not exactly sure why it failed for you. Could have been some sort of server blip? If the same thing happens again when you go to install testing in your P3, let me know. :)
Thank you so much!
Hi! When I got to the step of entering
php vendor/bin/codecept bootstrap
I got an error:I tried again and subsequently got:
I'd appreciate suggestions for fixing this so I can move forward. Thanks!!