Skip to content

Commit 6e8bf1e

Browse files
committed
Removed useless StatelessRecoverableExceptionHandlerTest.
1 parent 5417cb9 commit 6e8bf1e

File tree

4 files changed

+5
-27
lines changed

4 files changed

+5
-27
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ install:
2929
script:
3030
- composer test -- --coverage-clover=build/logs/clover.xml --coverage-xml=build/coverage/coverage-xml
3131
--log-junit=build/coverage/phpunit.junit.xml
32-
- bash <(curl -s https://codecov.io/bash) || true
32+
- travis_retry bash <(curl -s https://codecov.io/bash) || true
3333
- vendor/bin/infection --min-msi=95 --threads=$(nproc) --coverage=build/coverage

src/Connector/Recoverable/StatelessRecoverableExceptionHandler.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ public function __construct(callable $handler)
1717
$this->handler = $handler;
1818
}
1919

20+
/**
21+
* @codeCoverageIgnore
22+
*/
2023
final public function initialize(): void
2124
{
2225
// Intentionally empty.

test/Unit/Connector/Recoverable/ExponentialSleepRecoverableExceptionHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
namespace ScriptFUSIONTest\Unit\Connector\Recoverable;
55

6-
use ScriptFUSION\Porter\Connector\Recoverable\ExponentialSleepRecoverableExceptionHandler;
76
use PHPUnit\Framework\TestCase;
7+
use ScriptFUSION\Porter\Connector\Recoverable\ExponentialSleepRecoverableExceptionHandler;
88
use ScriptFUSIONTest\Stubs\TestRecoverableException;
99

1010
/**

test/Unit/Connector/Recoverable/StatelessRecoverableExceptionHandlerTest.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)