Skip to content

Commit

Permalink
Merge pull request #54 from pierlon/patch-1
Browse files Browse the repository at this point in the history
Fix command name used to generate autoload files
  • Loading branch information
jrfnl committed Sep 23, 2021
2 parents e21a111 + 1a30d16 commit e548a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ After this step has run, you can run PHPUnit, like you would normally, by using
run: phpunit
```

:point_right: If you rely on Composer for autoloading your project files, you will still need to run `composer autoload --dev` and include the project local `vendor/autoload.php` file as/in your test bootstrap.
:point_right: If you rely on Composer for autoloading your project files, you will still need to run `composer dump-autoload --dev` and include the project local `vendor/autoload.php` file as/in your test bootstrap.

> :mortar_board: Why this works:
>
Expand Down

0 comments on commit e548a17

Please sign in to comment.