PHPackages                             liorchamla/symfony-test-helpers - 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. liorchamla/symfony-test-helpers

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

liorchamla/symfony-test-helpers
===============================

Provides cool tools to make testing over symfony smoothie and great !

v1.0(6y ago)222.2k↓100%1[7 PRs](https://github.com/liorchamla/symfony-test-helpers/pulls)MITPHPPHP ^7.2.5

Since Jan 5Pushed 3y ago2 watchersCompare

[ Source](https://github.com/liorchamla/symfony-test-helpers)[ Packagist](https://packagist.org/packages/liorchamla/symfony-test-helpers)[ RSS](/packages/liorchamla-symfony-test-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (9)Used By (0)

Symfony Test Helpers
====================

[](#symfony-test-helpers)

Providing smooth and fresh helpers for your functional tests!

Contents
--------

[](#contents)

1. [Installation](#installation)
2. [Basic Usage](#basic-usage)
3. [Details](#details)

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

[](#installation)

```
composer require liorchamla/symfony-test-helpers
```

Since *it is not a bundle*, you don't need any more configuration 👍

Basic Usage
-----------

[](#basic-usage)

Get everything out of the box by extending `Liior\SymfonyTestHelpers\WebTestCase` 💪

```
