Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 3b4664d

Browse files
committed
Removed two imported functions - these are mocked in tests
We have to find a better method to test functionality which depends on internal functions.
1 parent c8f3718 commit 3b4664d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Response/SapiEmitterTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
use Psr\Http\Message\ResponseInterface;
1111
use RuntimeException;
1212

13-
use function header;
14-
use function headers_sent;
1513
use function ob_get_length;
1614
use function ob_get_level;
1715
use function sprintf;

0 commit comments

Comments
 (0)