File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 21
21
"symfony/yaml" : " ^4|^5"
22
22
},
23
23
"require-dev" : {
24
+ "dms/phpunit-arraysubset-asserts" : " ^0.4" ,
24
25
"neutron/temporary-filesystem" : " ^3" ,
25
- "phpunit/phpunit" : " ^8.5" ,
26
+ "phpunit/phpunit" : " ^8.5|^9.5 " ,
26
27
"symfony/framework-bundle" : " ^4.4|^5.4" ,
27
28
"symfony/phpunit-bridge" : " ^4.4|^5.4"
28
29
},
Original file line number Diff line number Diff line change 4
4
<testsuite name =" php-vcr/vcr-bundle Functional Tests" >
5
5
<directory >tests/Functional/</directory >
6
6
</testsuite >
7
- <testsuite name =" php-vcr/vcr-bundle Unit Tests" >
8
- <directory >tests/Unit/</directory >
9
- </testsuite >
10
7
</testsuites >
11
8
12
9
<php >
Original file line number Diff line number Diff line change 2
2
3
3
namespace VCR \VCRBundle \Tests \Functional ;
4
4
5
+ use DMS \PHPUnitExtensions \ArraySubset \ArraySubsetAsserts ;
5
6
use Neutron \TemporaryFilesystem \Manager ;
6
7
use Symfony \Bundle \FrameworkBundle \Test \WebTestCase as BaseWebTest ;
7
8
use Symfony \Component \DependencyInjection \ContainerBuilder ;
11
12
12
13
class WebTestCase extends BaseWebTest
13
14
{
15
+ use ArraySubsetAsserts;
16
+
14
17
protected static $ temporaryDirectoryManager ;
15
18
protected static $ configSubFolder ;
16
19
You can’t perform that action at this time.
0 commit comments