Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

AppVentus/AutoFormFillBundle

Repository files navigation

AutoFormFillBundle

When you are developing, form manual testing is actualy very boring and time consuming. This bundle fill automaticly creation forms in your application.

Installation

Add this bundle to your composer.json file:

{
    "require-dev": {
        "appventus/auto-form-fill-bundle": "dev-master"
    }
}

Register the bundle in app/AppKernel.php:

// app/AppKernel.php
public function registerBundles()
{

    if (in_array($this->getEnvironment(), array('dev'))) {
        $bundles[] = new AppVentus\AutoFormFillBundle\AvAutoFormFillBundle();
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages