@@ -342,7 +342,7 @@ public function testPreparationFailed(Code\Test $test): void
342
342
* @throws InvalidArgumentException
343
343
* @throws UnknownEventTypeException
344
344
*/
345
- public function testBeforeFirstTestMethodCalled (string $ testClassName , ClassMethod $ calledMethod ): void
345
+ public function beforeFirstTestMethodCalled (string $ testClassName , ClassMethod $ calledMethod ): void
346
346
{
347
347
$ this ->dispatcher ->dispatch (
348
348
new Test \BeforeFirstTestMethodCalled (
@@ -359,7 +359,7 @@ public function testBeforeFirstTestMethodCalled(string $testClassName, ClassMeth
359
359
* @throws InvalidArgumentException
360
360
* @throws UnknownEventTypeException
361
361
*/
362
- public function testBeforeFirstTestMethodErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
362
+ public function beforeFirstTestMethodErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
363
363
{
364
364
$ this ->dispatcher ->dispatch (
365
365
new Test \BeforeFirstTestMethodErrored (
@@ -377,7 +377,7 @@ public function testBeforeFirstTestMethodErrored(string $testClassName, ClassMet
377
377
* @throws InvalidArgumentException
378
378
* @throws UnknownEventTypeException
379
379
*/
380
- public function testBeforeFirstTestMethodFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
380
+ public function beforeFirstTestMethodFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
381
381
{
382
382
$ this ->dispatcher ->dispatch (
383
383
new Test \BeforeFirstTestMethodFinished (
@@ -394,7 +394,7 @@ public function testBeforeFirstTestMethodFinished(string $testClassName, ClassMe
394
394
* @throws InvalidArgumentException
395
395
* @throws UnknownEventTypeException
396
396
*/
397
- public function testBeforeTestMethodCalled (string $ testClassName , ClassMethod $ calledMethod ): void
397
+ public function beforeTestMethodCalled (string $ testClassName , ClassMethod $ calledMethod ): void
398
398
{
399
399
$ this ->dispatcher ->dispatch (
400
400
new Test \BeforeTestMethodCalled (
@@ -411,7 +411,7 @@ public function testBeforeTestMethodCalled(string $testClassName, ClassMethod $c
411
411
* @throws InvalidArgumentException
412
412
* @throws UnknownEventTypeException
413
413
*/
414
- public function testBeforeTestMethodErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
414
+ public function beforeTestMethodErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
415
415
{
416
416
$ this ->dispatcher ->dispatch (
417
417
new Test \BeforeTestMethodErrored (
@@ -429,7 +429,7 @@ public function testBeforeTestMethodErrored(string $testClassName, ClassMethod $
429
429
* @throws InvalidArgumentException
430
430
* @throws UnknownEventTypeException
431
431
*/
432
- public function testBeforeTestMethodFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
432
+ public function beforeTestMethodFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
433
433
{
434
434
$ this ->dispatcher ->dispatch (
435
435
new Test \BeforeTestMethodFinished (
@@ -446,7 +446,7 @@ public function testBeforeTestMethodFinished(string $testClassName, ClassMethod
446
446
* @throws InvalidArgumentException
447
447
* @throws UnknownEventTypeException
448
448
*/
449
- public function testPreConditionCalled (string $ testClassName , ClassMethod $ calledMethod ): void
449
+ public function preConditionCalled (string $ testClassName , ClassMethod $ calledMethod ): void
450
450
{
451
451
$ this ->dispatcher ->dispatch (
452
452
new Test \PreConditionCalled (
@@ -463,7 +463,7 @@ public function testPreConditionCalled(string $testClassName, ClassMethod $calle
463
463
* @throws InvalidArgumentException
464
464
* @throws UnknownEventTypeException
465
465
*/
466
- public function testPreConditionErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
466
+ public function preConditionErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
467
467
{
468
468
$ this ->dispatcher ->dispatch (
469
469
new Test \PreConditionErrored (
@@ -481,7 +481,7 @@ public function testPreConditionErrored(string $testClassName, ClassMethod $call
481
481
* @throws InvalidArgumentException
482
482
* @throws UnknownEventTypeException
483
483
*/
484
- public function testPreConditionFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
484
+ public function preConditionFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
485
485
{
486
486
$ this ->dispatcher ->dispatch (
487
487
new Test \PreConditionFinished (
@@ -960,7 +960,7 @@ public function testFinished(Code\Test $test, int $numberOfAssertionsPerformed):
960
960
* @throws InvalidArgumentException
961
961
* @throws UnknownEventTypeException
962
962
*/
963
- public function testPostConditionCalled (string $ testClassName , ClassMethod $ calledMethod ): void
963
+ public function postConditionCalled (string $ testClassName , ClassMethod $ calledMethod ): void
964
964
{
965
965
$ this ->dispatcher ->dispatch (
966
966
new Test \PostConditionCalled (
@@ -977,7 +977,7 @@ public function testPostConditionCalled(string $testClassName, ClassMethod $call
977
977
* @throws InvalidArgumentException
978
978
* @throws UnknownEventTypeException
979
979
*/
980
- public function testPostConditionErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
980
+ public function postConditionErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
981
981
{
982
982
$ this ->dispatcher ->dispatch (
983
983
new Test \PostConditionErrored (
@@ -995,7 +995,7 @@ public function testPostConditionErrored(string $testClassName, ClassMethod $cal
995
995
* @throws InvalidArgumentException
996
996
* @throws UnknownEventTypeException
997
997
*/
998
- public function testPostConditionFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
998
+ public function postConditionFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
999
999
{
1000
1000
$ this ->dispatcher ->dispatch (
1001
1001
new Test \PostConditionFinished (
@@ -1012,7 +1012,7 @@ public function testPostConditionFinished(string $testClassName, ClassMethod ...
1012
1012
* @throws InvalidArgumentException
1013
1013
* @throws UnknownEventTypeException
1014
1014
*/
1015
- public function testAfterTestMethodCalled (string $ testClassName , ClassMethod $ calledMethod ): void
1015
+ public function afterTestMethodCalled (string $ testClassName , ClassMethod $ calledMethod ): void
1016
1016
{
1017
1017
$ this ->dispatcher ->dispatch (
1018
1018
new Test \AfterTestMethodCalled (
@@ -1029,7 +1029,7 @@ public function testAfterTestMethodCalled(string $testClassName, ClassMethod $ca
1029
1029
* @throws InvalidArgumentException
1030
1030
* @throws UnknownEventTypeException
1031
1031
*/
1032
- public function testAfterTestMethodErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
1032
+ public function afterTestMethodErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
1033
1033
{
1034
1034
$ this ->dispatcher ->dispatch (
1035
1035
new Test \AfterTestMethodErrored (
@@ -1047,7 +1047,7 @@ public function testAfterTestMethodErrored(string $testClassName, ClassMethod $c
1047
1047
* @throws InvalidArgumentException
1048
1048
* @throws UnknownEventTypeException
1049
1049
*/
1050
- public function testAfterTestMethodFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
1050
+ public function afterTestMethodFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
1051
1051
{
1052
1052
$ this ->dispatcher ->dispatch (
1053
1053
new Test \AfterTestMethodFinished (
@@ -1064,7 +1064,7 @@ public function testAfterTestMethodFinished(string $testClassName, ClassMethod .
1064
1064
* @throws InvalidArgumentException
1065
1065
* @throws UnknownEventTypeException
1066
1066
*/
1067
- public function testAfterLastTestMethodCalled (string $ testClassName , ClassMethod $ calledMethod ): void
1067
+ public function afterLastTestMethodCalled (string $ testClassName , ClassMethod $ calledMethod ): void
1068
1068
{
1069
1069
$ this ->dispatcher ->dispatch (
1070
1070
new Test \AfterLastTestMethodCalled (
@@ -1081,7 +1081,7 @@ public function testAfterLastTestMethodCalled(string $testClassName, ClassMethod
1081
1081
* @throws InvalidArgumentException
1082
1082
* @throws UnknownEventTypeException
1083
1083
*/
1084
- public function testAfterLastTestMethodErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
1084
+ public function afterLastTestMethodErrored (string $ testClassName , ClassMethod $ calledMethod , Throwable $ throwable ): void
1085
1085
{
1086
1086
$ this ->dispatcher ->dispatch (
1087
1087
new Test \AfterLastTestMethodErrored (
@@ -1099,7 +1099,7 @@ public function testAfterLastTestMethodErrored(string $testClassName, ClassMetho
1099
1099
* @throws InvalidArgumentException
1100
1100
* @throws UnknownEventTypeException
1101
1101
*/
1102
- public function testAfterLastTestMethodFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
1102
+ public function afterLastTestMethodFinished (string $ testClassName , ClassMethod ...$ calledMethods ): void
1103
1103
{
1104
1104
$ this ->dispatcher ->dispatch (
1105
1105
new Test \AfterLastTestMethodFinished (
0 commit comments