| Record of idle changes investigating remaining bugs |
|
More...
|
over 4 years ago
|
| * Copying padraic branch back into trunk for further development |
|
More...
|
over 5 years ago
|
| * Deactivating trunk contents - see branches/padraic for code |
|
More...
|
over 5 years ago
|
| * Added withNoArgs() expectation and Specs |
|
More...
|
over 5 years ago
|
| * Added withAnyArgs() expectation and Specs |
|
More...
|
over 5 years ago
|
| * Specs for zeroOrMoreTimes() mock expectation for method call counter |
|
More...
|
over 5 years ago
|
| * Quick Stubbing allowed via PHPMock::mock() passing an array of method name and associated return values (call count assumed 0 or more for verification) |
|
More...
|
over 5 years ago
|
| * PHPMock::mock() now returns the actual Mock Object or Stub |
|
More...
|
over 5 years ago
|
| * Small refactoring to allow for dynamic expected call count ranges |
|
More...
|
over 5 years ago
|
| * Fixed bug under E_NOTICE on undefined constant in eval'd Mocked Class |
|
More...
|
over 5 years ago
|
| * Small amendment to return value behaviour
|
|
More...
|
over 5 years ago
|
| * Added prelim support for with(), times() and andReturns() terms of API
|
|
More...
|
over 5 years ago
|
| * Added failing test for later implementation - to throw exception on call count mismatch (instead
|
|
More...
|
over 5 years ago
|
| * First useful feature integrated - detecting unexpected method call count |
|
More...
|
over 5 years ago
|
| * Refactored all non-essential MockObject present terms towards an Expectation class generated
|
|
More...
|
over 5 years ago
|
| * Few extra moves towards expectation building
|
|
More...
|
over 5 years ago
|
| * Adding Method verification for calls (basically not a whole lot - gradually adding the needed design) |
|
More...
|
over 5 years ago
|
| * More specs and mock definition updates |
|
More...
|
over 5 years ago
|
| * Doodling for PHPMock using PHPSpec |
|
More...
|
over 5 years ago
|
| Add a README |
|
More...
|
over 5 years ago
|