Skip to content

Commit

Permalink
removed Nyholm\Psr7 tests because are failing in php7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Aug 11, 2018
1 parent c6bdc89 commit 8e3f272
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -28,8 +28,7 @@
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^3.0",
"slim/slim": "^3.5",
"guzzlehttp/psr7": "^1.3",
"nyholm/psr7": "^1.0"
"guzzlehttp/psr7": "^1.3"
},
"autoload": {
"psr-4": {
Expand Down
10 changes: 0 additions & 10 deletions tests/FactoryTest.php
Expand Up @@ -7,7 +7,6 @@
use Middlewares\Utils\Factory\DiactorosFactory;
use Middlewares\Utils\Factory\GuzzleFactory;
use Middlewares\Utils\Factory\SlimFactory;
use Nyholm\Psr7\Factory\Psr17Factory;
use PHPUnit\Framework\TestCase;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\ResponseInterface;
Expand Down Expand Up @@ -138,15 +137,6 @@ public function strategiesDataProvider(): array
SlimFactory::class,
SlimFactory::class,
],
[
[
Psr17Factory::class,
],
Psr17Factory::class,
Psr17Factory::class,
Psr17Factory::class,
Psr17Factory::class,
],
[
[
'NotFound',
Expand Down

0 comments on commit 8e3f272

Please sign in to comment.