PHPackages                             blast-project/tests-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. blast-project/tests-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

blast-project/tests-bundle
==========================

Extends Symfony KernelTestCase

0.6.4(8y ago)08271LGPL-3.0PHPPHP &gt;=7.1

Since May 19Pushed 8y ago4 watchersCompare

[ Source](https://github.com/blast-project/TestsBundle)[ Packagist](https://packagist.org/packages/blast-project/tests-bundle)[ Docs](https://github.com/blast-project/TestsBundle)[ RSS](/packages/blast-project-tests-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (10)Used By (1)

TestsBundle
===========

[](#testsbundle)

[![Build Status](https://camo.githubusercontent.com/6a0599b49bf0552e22d4b68d625e03146f13f044ff5e47f1de1048e9a4400552/68747470733a2f2f7472617669732d63692e6f72672f626c6173742d70726f6a6563742f546573747342756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/blast-project/TestsBundle)[![Coverage Status](https://camo.githubusercontent.com/852a6ec7c2ebf7ebb0529ac4cfe5bde0e7b0d0fca7d9107e8f4fe106745ea060/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f626c6173742d70726f6a6563742f546573747342756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/blast-project/TestsBundle?branch=master)[![License](https://camo.githubusercontent.com/5f55e80b3c20049a0137c4f5a19bfe0cd61e8efc9241b8a8684423417c146bef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f626c6173742d70726f6a6563742f546573747342756e646c652e7376673f7374796c653d666c61742d737175617265)](./LICENCE.md)

[![Latest Stable Version](https://camo.githubusercontent.com/67d29f18cf2e22bdb3a047b28567e83fab4d658f7a3bdf8c9783129f894f31cb/68747470733a2f2f706f7365722e707567782e6f72672f626c6173742d70726f6a6563742f74657374732d62756e646c652f762f737461626c65)](https://packagist.org/packages/blast-project/tests-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/1dfb613739937e6d67e78c74197e0aa883b329403d095ada71c8576904b2696e/68747470733a2f2f706f7365722e707567782e6f72672f626c6173742d70726f6a6563742f74657374732d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/blast-project/tests-bundle)[![Total Downloads](https://camo.githubusercontent.com/d3dde810cb72c38179a4cac46a6ecb9caca72cfbe405e686b321d87b8acb6baa/68747470733a2f2f706f7365722e707567782e6f72672f626c6173742d70726f6a6563742f74657374732d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/blast-project/tests-bundle)

Extends Symfony KernelTestCase with BlastTestCase and allow you to quick access some usefull routine...

Installation
============

[](#installation)

Downloading
-----------

[](#downloading)

$ composer require blast-project/tests-bundle

Example
-------

[](#example)

Check services blast\*

```
use Blast\TestsBundle\Functional\BlastTestCase;

class BlastServiceTest extends BlastTestCase
{
    protected function setUp()
    {
        parent::setUp();
    }

    public function testServicesAreInitializable()
    {
        $this->isServicesAreInitializable('blast');
    }
}
```

Launch console command:

```
use Blast\TestsBundle\Functional\BlastTestCase;

class CollectGarbageCommandTest extends BlastTestCase
{
    protected function setUp()
    {
        parent::setUp();
    }

    public function testCommand()
    {
      $this->cacheClear();
      // or
      $this->launchCommand([
            'command' => 'cache:clear',
            '--no-warmup' => true,
      ]);
    }
}
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~27 days

Total

7

Last Release

3161d ago

PHP version history (2 changes)0.4.2PHP &gt;=5.6

0.6.4PHP &gt;=7.1

### Community

Maintainers

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

---

Top Contributors

[![BeTa-glop](https://avatars.githubusercontent.com/u/6904743?v=4)](https://github.com/BeTa-glop "BeTa-glop (5 commits)")[![FanchTheSystem](https://avatars.githubusercontent.com/u/882203?v=4)](https://github.com/FanchTheSystem "FanchTheSystem (4 commits)")[![PapsOu](https://avatars.githubusercontent.com/u/5792207?v=4)](https://github.com/PapsOu "PapsOu (1 commits)")

---

Tags

phpunitsymfonyblast

### Embed Badge

![Health badge](/badges/blast-project-tests-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/blast-project-tests-bundle/health.svg)](https://phpackages.com/packages/blast-project-tests-bundle)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k129.9M919](/packages/brianium-paratest)[facile-it/paraunit

paraunit

145802.1k15](/packages/facile-it-paraunit)[shopsys/http-smoke-testing

HTTP smoke test case for testing all configured routes in your Symfony project

67266.6k2](/packages/shopsys-http-smoke-testing)[robiningelbrecht/phpunit-coverage-tools

PHPUnit coverage tools

17114.2k44](/packages/robiningelbrecht-phpunit-coverage-tools)[sci3ma/symfony-grumphp

Configured GrumPHP with bunch of tools for static code analysis Symfony Framework

196.8k](/packages/sci3ma-symfony-grumphp)

PHPackages © 2026

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