elund Posted July 16, 2017 Posted July 16, 2017 I am trying to set up a development environment for Thirty Bees. As far as I am aware of, I have succesfully set up Vagrant, Xdebug and PhpStorm ;-) But I have not been able to figure out how to install PHPUnit (Do I need it?). So I am currently stucked with this error message: Can someone guide me in the right direction?
elund Posted July 16, 2017 Author Posted July 16, 2017 Thanks for the tip, Michael. I will look into codeception. But if you don't use PhpStorm, which IDE do you then use?
Traumflug Posted July 17, 2017 Posted July 17, 2017 I am trying to set up a development environment for Thirty Bees. sudo apt-get install apache2 php-fpm mysql geany git gitk So far I felt no need for all this fancy stuff. Testsuite runs off the command line, but is not really needed.
elund Posted July 17, 2017 Author Posted July 17, 2017 It was actually not my intention to start using a test framework. I just want to use a debugger. Regarding the PHPUnit error I had used a wrong run/debug configuration. Now I have set it up like shown below. It's probably not quite correct, so a few hints would be nice.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now