mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Reduced amount of dead lines in tests
This commit is contained in:
@@ -36,9 +36,9 @@ class BodyParserMiddlewareTest extends TestCase
|
||||
|
||||
public function provideIgnoredRequestMethods(): iterable
|
||||
{
|
||||
yield 'with GET' => ['GET'];
|
||||
yield 'with HEAD' => ['HEAD'];
|
||||
yield 'with OPTIONS' => ['OPTIONS'];
|
||||
yield 'GET' => ['GET'];
|
||||
yield 'HEAD' => ['HEAD'];
|
||||
yield 'OPTIONS' => ['OPTIONS'];
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
||||
Reference in New Issue
Block a user