PHPackages                             lexpress/sw-functional-test-generation-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lexpress/sw-functional-test-generation-plugin

AbandonedArchivedSymfony1-plugin

lexpress/sw-functional-test-generation-plugin
=============================================

Add functional test generation to the symfony framework

07PHP

Since Oct 25Pushed 13y agoCompare

[ Source](https://github.com/LExpress/swFunctionalTestGenerationPlugin)[ Packagist](https://packagist.org/packages/lexpress/sw-functional-test-generation-plugin)[ RSS](/packages/lexpress-sw-functional-test-generation-plugin/feed)WikiDiscussions sf1.3 Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Functional Test Generation
==========================

[](#functional-test-generation)

This plugin contains a specific filter which just records user's interactions in a symfony Functional Test format.

So mainly you navigate accross your application, submit your forms and click on links, and boom ... you have a functional test *almost* ready to use.

Please read the original blog post : [swFilterFunctionalTest](http://rabaix.net/en/articles/2009/01/27/functional-test-generation-with-symfony-1-2 "Functional Test Generation with symfony 1.2")

Installation
------------

[](#installation)

- Install swFunctionalTestGenerationPlugin

    - via composer : require": { "lexpress/sw-functional-test-generation-plugin": "\*" }
    - via git :
- Clear your cache

    ```
      php symfony cc

    ```
- Edit the filters.yml file and add these configuration lines after the rendering filter

    ```
    functional_test:
      class: swFilterFunctionalTest
    ```
- Enable module `swFunctionalTestSave` in your settings.yml

    ```
    .settings
      enabled_modules:
        - swFunctionalTestSave
    ```
- Make sure the debug panel is enabled

Usage
-----

[](#usage)

- Enable the functional test in the debug bar
- Perform a scenario on your project
- once done, copy-paste the generated code into a test file or save it via the form

Know issue
----------

[](#know-issue)

- When you perform an ajax request, do an http request or reload your page just after to see your ajax request in the generated code

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b91061371e663f2d19dd82a934169a6b9087642627bad3d6e959db816c6182cb?d=identicon)[jeromemacias](/maintainers/jeromemacias)

---

Top Contributors

[![rande](https://avatars.githubusercontent.com/u/14672?v=4)](https://github.com/rande "rande (10 commits)")[![jeromemacias](https://avatars.githubusercontent.com/u/582446?v=4)](https://github.com/jeromemacias "jeromemacias (9 commits)")[![GromNaN](https://avatars.githubusercontent.com/u/400034?v=4)](https://github.com/GromNaN "GromNaN (1 commits)")[![j0k3r](https://avatars.githubusercontent.com/u/62333?v=4)](https://github.com/j0k3r "j0k3r (1 commits)")

### Embed Badge

![Health badge](/badges/lexpress-sw-functional-test-generation-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/lexpress-sw-functional-test-generation-plugin/health.svg)](https://phpackages.com/packages/lexpress-sw-functional-test-generation-plugin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
