PHPackages                             vanio/vanio-testing-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. vanio/vanio-testing-bundle

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

vanio/vanio-testing-bundle
==========================

Symfony2 Bundle primarily helping you with integration testing.

06PHP

Since Sep 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/vaniocz/vanio-testing-bundle)[ Packagist](https://packagist.org/packages/vanio/vanio-testing-bundle)[ RSS](/packages/vanio-vanio-testing-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![Vanio](https://camo.githubusercontent.com/b691445be273912a0905be759555aa166528db3a3606ddf1f25a54e734e7efbb/687474703a2f2f7777772e76616e696f2e637a2f696d672f76616e696f2d6c6f676f2e706e67)](http://www.vanio.cz) Testing Bundle
================================================================================================================================================================================================================================

[](#-testing-bundle)

[![Build Status](https://camo.githubusercontent.com/32e8a9ec97f33d2d3e748bb12a767c3d417b53d0b12d176f31be3d143b631de1/68747470733a2f2f7472617669732d63692e6f72672f76616e696f637a2f76616e696f2d74657374696e672d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vaniocz/vanio-testing-bundle)[![Coverage Status](https://camo.githubusercontent.com/f9b7a295ff063654f080537f6d4f3b2865fa436aee4c3246ddb2f836be251751/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f76616e696f637a2f76616e696f2d74657374696e672d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/vaniocz/vanio-testing-bundle?branch=master)[![PHP7](https://camo.githubusercontent.com/1707d1cf35d1b3dba207caa68b99d5e4af7689d1c4bf5ad784bf4b1ec532f507/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372d3642374542392e737667)](https://camo.githubusercontent.com/1707d1cf35d1b3dba207caa68b99d5e4af7689d1c4bf5ad784bf4b1ec532f507/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372d3642374542392e737667)[![License](https://camo.githubusercontent.com/a46b280ef6de0216ddb79aa615db3b2b22c372a7587378897384290c86569a63/68747470733a2f2f706f7365722e707567782e6f72672f76616e696f2f76616e696f2d74657374696e672d62756e646c652f6c6963656e7365)](https://github.com/vaniocz/vanio-testing-bundle/blob/master/LICENSE)

A Symfony2 Bundle primarily helping you with integration testing.

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

[](#installation)

Installation can be done as usually using composer. `composer require vanio/vanio-testing-bundle`

In case of testing bundle configuration you need to extend prepared `Vanio\TestingBundle\HttpKernel\TestKernel` class. It provides you access to `TestContainerBuilder` you can use when testing bundle configurations. This kernel is also pre-configured for easier creation of standalone bundle's testing environment.

```
