symfony-bundle test-bundle
A collection of Unit Testing classes
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
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)
dev-master
9999999-dev
A collection of Unit Testing classes
Sources
Download
MIT
The Requires
The Development Requires
by
Matt Keeble