Skip to content

Commit

Permalink
Merge branch '4.x' into dependabot/composer/laminas/laminas-diactoros…
Browse files Browse the repository at this point in the history
…-tw-2.8
  • Loading branch information
l0gicgate committed Oct 2, 2021
2 parents d4809a4 + df659aa commit 14a557b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion Slim/Factory/Psr17/Psr17FactoryProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class Psr17FactoryProvider implements Psr17FactoryProviderInterface
SlimPsr17Factory::class,
NyholmPsr17Factory::class,
LaminasDiactorosPsr17Factory::class,
ZendDiactorosPsr17Factory::class,
GuzzlePsr17Factory::class,
];

Expand Down
19 changes: 0 additions & 19 deletions Slim/Factory/Psr17/ZendDiactorosPsr17Factory.php

This file was deleted.

3 changes: 0 additions & 3 deletions tests/Factory/AppFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
use Slim\Factory\Psr17\NyholmPsr17Factory;
use Slim\Factory\Psr17\Psr17FactoryProvider;
use Slim\Factory\Psr17\SlimPsr17Factory;
use Slim\Factory\Psr17\ZendDiactorosPsr17Factory;
use Slim\Http\Factory\DecoratedResponseFactory;
use Slim\Http\Response as DecoratedResponse;
use Slim\Interfaces\CallableResolverInterface;
Expand All @@ -37,7 +36,6 @@
use Slim\Routing\RouteCollector;
use Slim\Tests\Mocks\MockPsr17FactoryWithoutStreamFactory;
use Slim\Tests\TestCase;
use Zend\Diactoros\ResponseFactory as ZendDiactorosResponseFactory;

class AppFactoryTest extends TestCase
{
Expand All @@ -48,7 +46,6 @@ public function provideImplementations()
[NyholmPsr17Factory::class, Psr17Factory::class],
[GuzzlePsr17Factory::class, HttpFactory::class],
[LaminasDiactorosPsr17Factory::class, LaminasDiactorosResponseFactory::class],
[ZendDiactorosPsr17Factory::class, ZendDiactorosResponseFactory::class],
];
}

Expand Down
3 changes: 0 additions & 3 deletions tests/Factory/ServerRequestCreatorFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
use Slim\Factory\Psr17\Psr17FactoryProvider;
use Slim\Factory\Psr17\SlimHttpServerRequestCreator;
use Slim\Factory\Psr17\SlimPsr17Factory;
use Slim\Factory\Psr17\ZendDiactorosPsr17Factory;
use Slim\Factory\ServerRequestCreatorFactory;
use Slim\Http\ServerRequest;
use Slim\Interfaces\ServerRequestCreatorInterface;
use Slim\Psr7\Request as SlimServerRequest;
use Slim\Tests\TestCase;
use Zend\Diactoros\ServerRequest as ZendDiactorosServerRequest;

class ServerRequestCreatorFactoryTest extends TestCase
{
Expand All @@ -38,7 +36,6 @@ public function provideImplementations()
[NyholmPsr17Factory::class, NyholmServerRequest::class],
[GuzzlePsr17Factory::class, GuzzleServerRequest::class],
[LaminasDiactorosPsr17Factory::class, LaminasDiactorosServerRequest::class],
[ZendDiactorosPsr17Factory::class, ZendDiactorosServerRequest::class],
];
}

Expand Down

0 comments on commit 14a557b

Please sign in to comment.