Skip to content

Releases: dwilbourne/pvcTestingUtils

update to CallableMock

Choose a tag to compare

@dwilbourne dwilbourne released this 19 Sep 15:45

added setter and getter to callable property of CallableMock. constructor now takes optional callable parameter

added CallableMock

Choose a tag to compare

@dwilbourne dwilbourne released this 19 Sep 15:31
1.05

added CallableMock

removed mockery reference from composer.json

Choose a tag to compare

@dwilbourne dwilbourne released this 14 Jul 16:29
1.04

minor set min stability level to dev in composer.json, removed anothe…

removed references to Mockery, now uses only PHPUnit

Choose a tag to compare

@dwilbourne dwilbourne released this 01 Jul 17:58

removed all the references to Mockery

added a couple of testing traits for phpunit

Choose a tag to compare

@dwilbourne dwilbourne released this 02 Jan 22:56

mirrored the traits that were written for Mockery

minor update to namespacing

Choose a tag to compare

@dwilbourne dwilbourne released this 01 Jan 21:29
c6c96f7
1.0.1

Update README.md

Initial release

Initial release Pre-release
Pre-release

Choose a tag to compare

@dwilbourne dwilbourne released this 03 Jan 20:00
c6c96f7

First release. Allows you to bend some rules in testing such as testing a protected method.