PHPackages                             eo/symfony-test-edition - 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. eo/symfony-test-edition

ActiveLibrary

eo/symfony-test-edition
=======================

Stripped down edition of Symfony3 for executing bundle tests

030932PHP

Since Apr 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/eymengunay/symfony-test)[ Packagist](https://packagist.org/packages/eo/symfony-test-edition)[ RSS](/packages/eo-symfony-test-edition/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (2)

Symfony Test Edition
====================

[](#symfony-test-edition)

Welcome to the Symfony Test Edition - a light-weight Symfony3 application that you can use as the skeleton for your bundle tests.

This document contains information on how to download, install, and start using Symfony Test Edition.

Install &amp; Configure
-----------------------

[](#install--configure)

### Step 1: Add Symfony Test Edition to your project using composer

[](#step-1-add-symfony-test-edition-to-your-project-using-composer)

```
# composer.json
{
    "require-dev": {
        "eo/symfony-test": "~3.0"
    }
}

```

Now tell composer to download the added package by running the command:

```
$ php composer.phar update eo/symfony-test

```

Composer will install the package to your project's vendor/eo directory.

### Step 2: Configure PHPUnit

[](#step-2-configure-phpunit)

Example phpunit.xml configuration:

```

            ./Tests/

```

### Step 3: Bootstrap your tests (optional)

[](#step-3-bootstrap-your-tests-optional)

Now that you have properly installed Symfony Test Edition and configured PHPUnit, the next (optional) step is to create a bootstrap file for your custom configuration and bundles.

Add the following configuration to your `config.yml` file:

```

```

Usage
-----

[](#usage)

You are now ready for executing your tests. For a real-world example you can have a look at [PassbookBundle](https://github.com/eymengunay/PassbookBundle).

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in:

```
./LICENSE

```

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

Issues and feature requests related to this bundle are tracked in the Github [issue tracker](https://github.com/eymengunay/symfony-test/issues).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e4754da831450c506666a83de1d21f7b2dec339bfb4a81fee82788953b4a229?d=identicon)[eymengunay](/maintainers/eymengunay)

---

Top Contributors

[![eymengunay](https://avatars.githubusercontent.com/u/242627?v=4)](https://github.com/eymengunay "eymengunay (11 commits)")

### Embed Badge

![Health badge](/badges/eo-symfony-test-edition/health.svg)

```
[![Health](https://phpackages.com/badges/eo-symfony-test-edition/health.svg)](https://phpackages.com/packages/eo-symfony-test-edition)
```

PHPackages © 2026

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