Skip to content

Commit fe0be49

Browse files
committed
clean up test file
1 parent 293c540 commit fe0be49

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/Unit/RequestCloneTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
use Saloon\Tests\Fixtures\Connectors\TestConnector;
99
use Saloon\Tests\Fixtures\Requests\UserRequest;
1010

11-
/**
12-
* Regression for https://github.com/saloonphp/saloon/issues/524
13-
*
14-
* Shallow-cloned requests must not share ArrayStore / pipeline instances when those
15-
* were initialized before cloning (e.g. async paginated pools).
16-
*/
1711
test('cloning a request after query() is initialized gives independent query bags', function () {
1812
$original = new UserRequest;
1913
$original->query()->add('key', 'value');

0 commit comments

Comments
 (0)