Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
A Codeception module for Symfony framework.

[![Actions Status](https://github.com/Codeception/module-symfony/workflows/CI/badge.svg)](https://github.com/Codeception/module-symfony/actions)
[![Total Downloads](https://poser.pugx.org/codeception/module-symfony/downloads)](https://packagist.org/packages/codeception/module-symfony)
[![License](https://poser.pugx.org/codeception/module-symfony/license)](https://packagist.org/packages/codeception/module-symfony)

## Requirements

Expand All @@ -17,4 +19,14 @@ composer require "codeception/module-symfony" --dev

## Documentation

[Module documentation](https://codeception.com/docs/modules/Symfony)
See [the module documentation](https://codeception.com/docs/modules/Symfony).

### How to Contribute

See [the contribution guide](/CONTRIBUTING.md).

## License

`Codeception Module Symfony` is open-sourced software licensed under the [MIT](/LICENSE) License.

© Codeception PHP Testing Framework