composer package testing bootstrap

后端 未结 2 1814
鱼传尺愫
鱼传尺愫 2021-01-18 08:48

I\'ve written a package and as part of the development proccess I want to run unit tests on it. This basically means I need a bootstrap file to register the autoloader for m

2条回答
  •  死守一世寂寞
    2021-01-18 09:31

    Yes you should run composer update. It is not harmful to try since everything is put into /vendor/ which you can later delete.

提交回复
热议问题