# Installation
# Require package (Composer)
The recommended way to install this package is to use Composer (opens new window):
$ composer require eonx-com/easy-test
# Symfony
# Register bundle
If you're using Symfony Flex (opens new window), this step has been done automatically for you. If not, you can register the bundle yourself:
// config/bundles.php
return [
// Other bundles ...
EonX\EasyTest\Bridge\Symfony\EasyTestSymfonyBundle::class => ['test' => true],
];