|
|
|
@23675
|
[23675]
|
11/07/09 19:54:43 |
bschussek |
Added method ->parameter() to the mock for setting constraints on single … |
|
|
|
@23569
|
[23569]
|
11/03/09 15:02:40 |
bschussek |
Added: A return value can be configured even if a callback is specified … |
|
|
|
@23567
|
[23567]
|
11/03/09 13:25:19 |
bschussek |
Fixed: Generating a mock class does not trigger autoloading to allow … |
|
|
|
@23405
|
[23405]
|
10/28/09 00:13:27 |
bschussek |
[lime] fixed PHPT tests |
|
|
|
@22671
|
[22671]
|
10/01/09 08:27:16 |
fabien |
[lime] fixed code coverage |
|
|
|
@22547
|
[22547]
|
09/28/09 16:29:08 |
bschussek |
Fixed: Methods with parameters passed by reference can be mocked |
|
|
|
@21869
|
[21869]
|
09/10/09 22:29:58 |
fabien |
[lime] [2.0] fixed error handler |
|
|
|
@21526
|
[21526]
|
08/28/09 20:04:53 |
bschussek |
[Lime 2.0] Reduced possibility of "maximum function nesting level of 100 … |
|
|
|
@21524
|
[21524]
|
08/28/09 19:46:35 |
bschussek |
Fixed: Error traces that contained circular references led to infinite … |
|
|
|
@21514
|
[21514]
|
08/28/09 10:18:38 |
bschussek |
[Lime 2.0] Fixed potential division by zero error in summary output |
|
|
|
@21488
|
[21488]
|
08/27/09 08:58:56 |
fabien |
[lime] renamed the 2.0 experimental branch to just 2.0 |
|
|
|
@21481
|
[21481]
|
08/26/09 16:38:05 |
bschussek |
Fixed: Calls to error() could lead to exception without stack frame |
|
|
|
@21480
|
[21480]
|
08/26/09 15:57:38 |
bschussek |
Fixed: Time was measured incorrectly in LimeOutputConsoleSummary? |
|
|
|
@21378
|
[21378]
|
08/24/09 00:06:57 |
bschussek |
Improved documentation |
|
|
|
@21377
|
[21377]
|
08/23/09 19:50:38 |
bschussek |
Improved the documentation |
|
|
|
@21375
|
[21375]
|
08/23/09 18:58:09 |
bschussek |
Fixed: Mocks can now be reset also in replay mode or after verification to … |
|
|
|
@21374
|
[21374]
|
08/23/09 18:24:05 |
bschussek |
Removed some redundant code from LimeTestRunner? |
|
|
|
@21373
|
[21373]
|
08/23/09 18:10:33 |
bschussek |
Renamed LimeMockExpectedInvocation? and LimeMockExpectedException? |
|
|
|
@21372
|
[21372]
|
08/23/09 18:03:29 |
bschussek |
Fixed: Mocked classes may control any of the mock's control methods. In … |
|
|
|
@21371
|
[21371]
|
08/23/09 17:44:58 |
bschussek |
Changed: Stubs never throw exceptions |
|
|
|
@21370
|
[21370]
|
08/23/09 17:40:03 |
bschussek |
Implemented "nice" mocks (ignoring superfluous method calls) and added the … |
|
|
|
@21369
|
[21369]
|
08/23/09 16:28:03 |
bschussek |
Reviewed the inline code documentation |
|
|
|
@21353
|
[21353]
|
08/23/09 01:59:54 |
bschussek |
Added benchmark script to measure which number of parallel processes … |
|
|
|
@21349
|
[21349]
|
08/23/09 00:44:15 |
bschussek |
Removed expectation list implementation, as this functionality is now … |
|
|
|
@21348
|
[21348]
|
08/23/09 00:44:13 |
bschussek |
Removed expectation list implementation, as this functionality is now … |
|
|
|
@21347
|
[21347]
|
08/22/09 23:37:09 |
bschussek |
Added method error() to class lime for BC reasons |
|
|
|
@21346
|
[21346]
|
08/22/09 22:47:19 |
bschussek |
Improved plan mismatch message, TODOs are now included in the summary |
|
|
|
@21345
|
[21345]
|
08/22/09 22:31:59 |
bschussek |
Improved the output of the test suite |
|
|
|
@21344
|
[21344]
|
08/22/09 21:11:03 |
bschussek |
Fixed: Message about extra tests is only displayed if the plan was > 0 |
|
|
|
@21343
|
[21343]
|
08/22/09 20:40:36 |
bschussek |
Added switch to LimeTest? to disable error reporting |
|
|
|
@21342
|
[21342]
|
08/22/09 20:10:39 |
bschussek |
Test output sent to STDERR is now displayed as errors in the test suite |
|
|
|
@21340
|
[21340]
|
08/22/09 17:35:26 |
bschussek |
Fixed plenty of bugs in the testers |
|
|
|
@21297
|
[21297]
|
08/21/09 00:51:47 |
bschussek |
Improved backwards compatibility |
|
|
|
@21263
|
[21263]
|
08/19/09 23:29:31 |
bschussek |
Added parser to analyze TAP compliant files in the test suite |
|
|
|
@21244
|
[21244]
|
08/18/09 23:14:30 |
bschussek |
Added --verbose switch to LimeOutputConsoleSummary? |
|
|
|
@21239
|
[21239]
|
08/18/09 22:42:13 |
bschussek |
Added display of the number of concurrent test processes in the summary … |
|
|
|
@21238
|
[21238]
|
08/18/09 22:29:45 |
bschussek |
Fixed declaration of close() in LimeOutputXml? |
|
|
|
@21237
|
[21237]
|
08/18/09 22:25:16 |
bschussek |
Renamed LimeOutputConsoleDetailed? to LimeOutputTap? and moved plan to the … |
|
|
|
@21235
|
[21235]
|
08/18/09 22:01:43 |
bschussek |
Implemented automatic colorization of numbers and booleans |
|
|
|
@21231
|
[21231]
|
08/18/09 21:50:46 |
bschussek |
Long file paths are now truncated in LimeOutputConsoleSummary? |
|
|
|
@21230
|
[21230]
|
08/18/09 21:44:37 |
bschussek |
Added support for parallel processing in LimeTestSuite? by using the … |
|
|
|
@21204
|
[21204]
|
08/17/09 23:50:00 |
bschussek |
Refactored internals of LimeMock? to allow for more descriptive and usable … |
|
|
|
@21167
|
[21167]
|
08/16/09 09:55:13 |
bschussek |
Implemented LimeMockExpectedInvocation::callback() to replace mocked … |
|
|
|
@20982
|
[20982]
|
08/10/09 01:43:40 |
bschussek |
Fixed LimePrinter? to also auto-colorize empty strings |
|
|
|
@20981
|
[20981]
|
08/10/09 01:43:05 |
bschussek |
Removed return value from LimeShell::executeCallback() as it was not … |
|
|
|
@20978
|
[20978]
|
08/09/09 23:02:47 |
bschussek |
Fixed: base dir is truncated correctly in test suite |
|
|
|
@20977
|
[20977]
|
08/09/09 22:28:31 |
bschussek |
Fixed base directory in prove.php script |
|
|
|
@20976
|
[20976]
|
08/09/09 22:21:17 |
bschussek |
Improved usability of mock exception |
|
|
|
@20975
|
[20975]
|
08/09/09 21:16:47 |
bschussek |
Improved TAP compliance |
|
|
|
@20974
|
[20974]
|
08/09/09 20:34:05 |
bschussek |
Fixed: LimeOutputPipe? does not throw an exception anymore if output cannot … |
|
|
|
@20973
|
[20973]
|
08/09/09 20:28:43 |
bschussek |
Fixed property transformation in LimeTesterObject? |
|
|
|
@20971
|
[20971]
|
08/09/09 19:54:27 |
bschussek |
Improved string representation of mocked methods |
|
|
|
@20970
|
[20970]
|
08/09/09 19:45:11 |
bschussek |
Implemented display of exception traces by adding the switch --verbose or … |
|
|
|
@20968
|
[20968]
|
08/09/09 19:07:48 |
bschussek |
Options can now always be set from the CLI |
|
|
|
@20966
|
[20966]
|
08/09/09 17:47:43 |
bschussek |
Modified method signature LimeOutputInterface::error() to accept an … |
|
|
|
@20965
|
[20965]
|
08/09/09 17:44:16 |
bschussek |
Modified method signature LimeOutputInterface::error() to accept an … |
|
|
|
@20964
|
[20964]
|
08/09/09 17:25:49 |
bschussek |
Fixed property transformation in LimeTesterObject? |
|
|
|
@20963
|
[20963]
|
08/09/09 17:15:30 |
bschussek |
Registered LimeTesterException? in LimeTesterFactory? |
|
|
|
@20962
|
[20962]
|
08/09/09 17:12:11 |
bschussek |
Fixed: Lime 2 now deals with cyclic object dependencies correctly |
|
|
|
@20961
|
[20961]
|
08/09/09 16:43:14 |
bschussek |
Extracted code from LimeTester? to new class LimeTesterFactory? |
|
|
|
@20960
|
[20960]
|
08/09/09 14:58:45 |
bschussek |
Introduced LimeTesterException? for comparing exceptions ignoring their … |
|
|
|
@20959
|
[20959]
|
08/09/09 14:58:05 |
bschussek |
Introduced LimeTesterException? for comparing exceptions ignoring their … |
|
|
|
@20958
|
[20958]
|
08/09/09 14:52:07 |
bschussek |
Renamed LimeTesterException? to LimeAssertionFailedException? and removed … |
|
|
|
@20957
|
[20957]
|
08/09/09 14:43:32 |
bschussek |
Modified implementation of LimeMockInvocation::equals() to use LimeTesters? … |
|
|
|
@20955
|
[20955]
|
08/09/09 13:03:40 |
bschussek |
Changed API of mocking methods that are called with any parameters |
|
|
|
@20954
|
[20954]
|
08/09/09 12:38:45 |
bschussek |
Fixed: Classes with final methods can be mocked |
|
|
|
@20705
|
[20705]
|
08/02/09 18:03:41 |
bschussek |
Implemented assertSame() and assertNotSame() for LimeTesterArray? |
|
|
|
@20704
|
[20704]
|
08/02/09 18:03:04 |
bschussek |
Fixed: LimeTest::same() and LimeTest::isntSame() use the correct … |
|
|
|
@20702
|
[20702]
|
08/02/09 17:09:43 |
bschussek |
Implemented assertEquals(), assertNotEquals(), assertSame() and … |
|
|
|
@20701
|
[20701]
|
08/02/09 16:53:22 |
bschussek |
Renamed LimeNotEqualException? to LimeTesterException? |
|
|
|
@20700
|
[20700]
|
08/02/09 16:50:22 |
bschussek |
Fixed: Assertions always fail if not implemented, otherwise the … |
|
|
|
@20699
|
[20699]
|
08/02/09 16:49:09 |
bschussek |
Implemented contains() and containsNot() (forgot some files) |
|
|
|
@20698
|
[20698]
|
08/02/09 16:48:18 |
bschussek |
Implemented contains() and containsNot() |
|
|
|
@20697
|
[20697]
|
08/02/09 16:40:25 |
bschussek |
Fixed bug in LimeTesterScalar?: $t->is(0, 'Foobar') worked |
|
|
|
@20696
|
[20696]
|
08/02/09 15:34:02 |
bschussek |
Cleaned up LimeTest? |
|
|
|
@20695
|
[20695]
|
08/02/09 15:27:52 |
bschussek |
Added type hint to assert* methods |
|
|
|
@20694
|
[20694]
|
08/02/09 15:25:19 |
bschussek |
Refactored assertEquals($expected, $strict) to assertEquals() and … |
|
|
|
@20693
|
[20693]
|
08/02/09 15:07:21 |
bschussek |
Implemented new method lime_debug() |
|
|
|
@20691
|
[20691]
|
08/02/09 14:11:15 |
bschussek |
Fixed: LimeTestSuite::run() returns the correct test status |
|
|
|
@20690
|
[20690]
|
08/02/09 13:41:12 |
bschussek |
Fixed: Annotation support can be enabled in included files |
|
|
|
@20573
|
[20573]
|
07/29/09 09:55:17 |
fabien |
[lime] added missing info() method to LimeOutput? classes |
|
|
|
@20501
|
[20501]
|
07/26/09 01:59:33 |
bschussek |
Added script to determine the SLOC |
|
|
|
@20500
|
[20500]
|
07/26/09 01:44:30 |
bschussek |
Fixed bugs in LimeTesterObject? and LimeTesterArray? |
|
|
|
@20499
|
[20499]
|
07/26/09 01:23:20 |
bschussek |
Implemented first version of LimeTester? classes for advanced and … |
|
|
|
@20496
|
[20496]
|
07/25/09 20:54:05 |
bschussek |
Implemented throwing of precreated exception objects in … |
|
|
|
@20495
|
[20495]
|
07/25/09 20:44:34 |
bschussek |
Implemented expectation of exception objects |
|
|
|
@20494
|
[20494]
|
07/25/09 16:49:13 |
bschussek |
Reworked LimeCoverage? |
|
|
|
@20493
|
[20493]
|
07/25/09 14:17:32 |
bschussek |
Humanized method names of LimeTestCase? test methods are printed on the … |
|
|
|
@20492
|
[20492]
|
07/25/09 13:40:33 |
bschussek |
Removed class LimeError? which is not needed anymore |
|
|
|
@20491
|
[20491]
|
07/25/09 13:38:56 |
bschussek |
Renamed LimeHarness? to LimeTestSuite? |
|
|
|
@20490
|
[20490]
|
07/25/09 13:30:48 |
bschussek |
Fixed: Variables from all annotations are private except the @Before … |
|
|
|
@20489
|
[20489]
|
07/25/09 12:53:12 |
bschussek |
Fixed formatting in LimeOutputConsoleSummary?, added total test time in the … |
|
|
|
@20488
|
[20488]
|
07/25/09 12:45:57 |
bschussek |
Implemented handling of PHP errors in LimeOutputPipe? |
|
|
|
@20487
|
[20487]
|
07/25/09 11:44:22 |
bschussek |
Made LimeAnnotationSupport? more robust against segmentation faults and … |
|
|
|
@20486
|
[20486]
|
07/25/09 11:38:58 |
bschussek |
Removed code duplication by moving shared method findCaller() to a common … |
|
|
|
@20485
|
[20485]
|
07/25/09 10:36:55 |
bschussek |
Removed redundant method LimeTest::toXml() |
|
|
|
@20483
|
[20483]
|
07/25/09 00:14:05 |
bschussek |
Fixed LimeAnnotationSupportTest? to work when executed with Xdebug … |
|
|
|
@20482
|
[20482]
|
07/25/09 00:12:41 |
bschussek |
Renamed LimeOutputRawConnector? to LimeOutputPipe? |
|
|
|
@20481
|
[20481]
|
07/24/09 23:24:16 |
bschussek |
Modified LimeHarness? to use the new LimeOutputConsoleSummary? |
|
|
|
@20480
|
[20480]
|
07/24/09 23:16:56 |
bschussek |
Implemented LimeOutputConsoleSummary? |