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 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 },
Original file line number Diff line number Diff line change 44 <testsuite name =" php-vcr/vcr-bundle Functional Tests" >
55 <directory >tests/Functional/</directory >
66 </testsuite >
7- <testsuite name =" php-vcr/vcr-bundle Unit Tests" >
8- <directory >tests/Unit/</directory >
9- </testsuite >
107 </testsuites >
118
129 <php >
Original file line number Diff line number Diff line change 22
33namespace VCR \VCRBundle \Tests \Functional ;
44
5+ use DMS \PHPUnitExtensions \ArraySubset \ArraySubsetAsserts ;
56use Neutron \TemporaryFilesystem \Manager ;
67use Symfony \Bundle \FrameworkBundle \Test \WebTestCase as BaseWebTest ;
78use Symfony \Component \DependencyInjection \ContainerBuilder ;
1112
1213class WebTestCase extends BaseWebTest
1314{
15+ use ArraySubsetAsserts;
16+
1417 protected static $ temporaryDirectoryManager ;
1518 protected static $ configSubFolder ;
1619
You can’t perform that action at this time.
0 commit comments