2017 © Pedro Peláez
 

symfony-bundle test-bundle

A collection of Unit Testing classes

image

belsym/test-bundle

A collection of Unit Testing classes

  • Friday, August 2, 2013
  • by beldougie
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TestBundle

A collection of classes that can be used within any project to provide a solid base for your unit tests., (*1)

There are currently 3 classes available:, (*2)

MockedUpTestCase

This testcase enables Mockery and provides a configurable factory method for building Mock Objects., (*3)

TODO: Add documentation for MockedUpTestCase

MockContainerAwareTestCase

This test extends MockedUpTestCase to provide a mock Container for your unit tests. Also includes a method to generate a mock Doctrine EntityManager class, (*4)

TODO: Add documentation for MockContainerAwareTestCase

ContainerAwareTestCase

The ContainerAwareTestCase creates a bootable kernel and uses a genuine ContainerInterface instance to access services configured through the application configuration files as normal. Can only be utilised in Symfony projects as it requires the AppKernel class to be included., (*5)

The Versions

02/08 2013

dev-master

9999999-dev

A collection of Unit Testing classes

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Matt Keeble