Skip to content

Commit 74f7894

Browse files
committed
FEATURE: Upgrade phpunit
1 parent d3e86aa commit 74f7894

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
"symfony/yaml": "^4|^5"
2222
},
2323
"require-dev": {
24+
"dms/phpunit-arraysubset-asserts": "^0.4",
2425
"neutron/temporary-filesystem": "^3",
25-
"phpunit/phpunit": "^8.5",
26+
"phpunit/phpunit": "^8.5|^9.5",
2627
"symfony/framework-bundle": "^4.4|^5.4",
2728
"symfony/phpunit-bridge": "^4.4|^5.4"
2829
},

tests/Functional/WebTestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace VCR\VCRBundle\Tests\Functional;
44

5+
use DMS\PHPUnitExtensions\ArraySubset\ArraySubsetAsserts;
56
use Neutron\TemporaryFilesystem\Manager;
67
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase as BaseWebTest;
78
use Symfony\Component\DependencyInjection\ContainerBuilder;
@@ -11,6 +12,8 @@
1112

1213
class WebTestCase extends BaseWebTest
1314
{
15+
use ArraySubsetAsserts;
16+
1417
protected static $temporaryDirectoryManager;
1518
protected static $configSubFolder;
1619

0 commit comments

Comments
 (0)