redhotmagma/symfony-test-utils

Library containing utilities for unit/funcional testing of symfony applications.

v5 2020-04-28 09:44 UTC

This package is not auto-updated.

Last update: 2024-04-27 22:07:30 UTC


README

Bundle that consists of generic helper classes to aid unit and functional testing Symfony applications. Note that this bundle should be self contained, meaning that it should not have dependencies to other internal projects.

Topics

  1. Development
  2. API Usage

Setup for development

  1. Copy .env.dist to .env
  2. Start a container bin/start.sh
  3. Get inside the container bin/exec.sh bash or run the commands from outside bin/exec.sh vendor/bin/phpunit
  4. Stop the container bin/stop.sh

Installation

Install it via composer.

composer require --dev redhotmagma/redhotmagma/symfony-test-utils dev-master