File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Inside the folder where you have your unit tests you will need to have a `compos
4444 " require-dev" : {
4545 " phpunit/phpunit" : " 4.7.*" ,
4646 " mockery/mockery" : " 0.9.*" ,
47- " mateu-aguilo-bosch/drupal-unit-autoload" : " 0.1.0 "
47+ " mateu-aguilo-bosch/drupal-unit-autoload" : " 0.1.* "
4848 },
4949 " autoload" : {
5050 " psr-0" : {
@@ -68,7 +68,7 @@ Inside the folder where you have your unit tests you will need to have a `compos
6868```
6969
7070Running ` composer install ` on that folder will download PHPUnit, Mockery -and all of the tools that you use for your
71- tests-. Additionally it will download this project, that is what ` "mateu-aguilo-bosch/drupal-unit-autoload": "0.1.0 " ` is
71+ tests-. Additionally it will download this project, that is what ` "mateu-aguilo-bosch/drupal-unit-autoload": "0.1.* " ` is
7272for.
7373
7474At this point you only need is add the new _ class-loader_ key in your composer file. In there you have two options:
You can’t perform that action at this time.
0 commit comments