diff --git a/user_guide/configuration.rst b/user_guide/configuration.rst index 085a61d..f56d21a 100644 --- a/user_guide/configuration.rst +++ b/user_guide/configuration.rst @@ -223,16 +223,16 @@ You can also use ``composer.json`` to autoload, which will also allow for ``PSR- .. code-block:: json - // composer.json - - "autoload-dev": { + { + "autoload-dev": { "psr-4": { - "My\\Application\\Namespace\\Bootstrap\\": "app/features/bootstrap" + "My\\Application\\Namespace\\Bootstrap\\": "app/features/bootstrap" } + } } If you add this to your ``composer.json`` file, then you won't need to specify autoloading in -your ``behat.yml` file: +your ``behat.yml`` file: .. code-block:: yaml