PHPackages                             gricob/functional-test-bundle - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. gricob/functional-test-bundle

ActiveLibrary[Testing &amp; Quality](/categories/testing)

gricob/functional-test-bundle
=============================

Test suit for Symfony projects

v1.3.0(5y ago)07.1kMITPHPPHP ^7.2CI failing

Since Nov 15Pushed 4y ago3 watchersCompare

[ Source](https://github.com/gricob/functional-test-bundle)[ Packagist](https://packagist.org/packages/gricob/functional-test-bundle)[ RSS](/packages/gricob-functional-test-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (16)Versions (19)Used By (0)

[![Build Status](https://camo.githubusercontent.com/cacc53bee8f2edc42db99c77d98183bc657c30208541ad801b908d421b567954/68747470733a2f2f7472617669732d63692e636f6d2f677269636f622f66756e6374696f6e616c2d746573742d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/gricob/functional-test-bundle)[![CodeFactor](https://camo.githubusercontent.com/06a869c3e42c5511726e5de919a19c3bcad4111997ab0d68b84d25a61f97f597/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f677269636f622f66756e6374696f6e616c2d746573742d62756e646c652f6261646765)](https://www.codefactor.io/repository/github/gricob/functional-test-bundle)

Introduction
------------

[](#introduction)

This Bundle provides base classes for functional tests on Symfony

### Installation

[](#installation)

```
composer require --dev gricob/functional-test-bundle
```

### Example

[](#example)

```
use Gricob\FunctionalTestBundle\Testing\FunctionalTestCase as TestCase;

class FunctionalTestCase extends TestCase
{
    public function testGetRequest()
    {
        $response = $this->get('/home');

        $response
            ->assertOk()
            ->assertSee('Welcome to functional testing!');
    }
}
```

Documentation
-------------

[](#documentation)

Check the documentation on the [wiki](https://github.com/gricob/functional-test-bundle/wiki)

Inspiration
-----------

[](#inspiration)

The assertions are inspired on [Laravel testing](https://laravel.com/docs/master/testing) assertions.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 96.2% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~46 days

Recently: every ~108 days

Total

15

Last Release

1716d ago

PHP version history (4 changes)v1.0.0PHP ^7.1

v1.0.1PHP ^7.1.33

v1.1.5PHP ^7.2

v1.x-devPHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c10487958ddf70d3a39b745887fde5720064f9a3e0521669e5889803ae009f9?d=identicon)[gricob](/maintainers/gricob)

---

Top Contributors

[![gricob](https://avatars.githubusercontent.com/u/22215962?v=4)](https://github.com/gricob "gricob (50 commits)")[![juanjomb](https://avatars.githubusercontent.com/u/9382935?v=4)](https://github.com/juanjomb "juanjomb (2 commits)")

---

Tags

symfonysymfony-bundletesting

### Embed Badge

![Health badge](/badges/gricob-functional-test-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gricob-functional-test-bundle/health.svg)](https://phpackages.com/packages/gricob-functional-test-bundle)
```

###  Alternatives

[codeception/codeception

All-in-one PHP Testing Framework

4.9k86.2M2.9k](/packages/codeception-codeception)[symfony/test-pack

A pack for functional and end-to-end testing within a Symfony app

85117.1M421](/packages/symfony-test-pack)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2021.0M277](/packages/drupal-core-dev)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[christophrumpel/missing-livewire-assertions

This package adds missing livewire test assertions.

149336.0k9](/packages/christophrumpel-missing-livewire-assertions)

PHPackages © 2026

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