File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11/vendor /
22/composer.lock
33/.phpcs-cache
4+ /.phpunit.result.cache
45
Original file line number Diff line number Diff line change 1111use Symfony \Component \DependencyInjection \ContainerBuilder ;
1212use Symfony \Component \DependencyInjection \ParameterBag \ParameterBag ;
1313
14- use function assert ;
15-
1614class DoctrineCommandTest extends TestCase
1715{
1816 /** @var string */
@@ -28,8 +26,6 @@ protected function setUp(): void
2826 public function testConfigureMigrations (): void
2927 {
3028 $ configurationMock = $ this ->createMock (Configuration::class);
31- assert ($ configurationMock instanceof Configuration);
32-
3329 $ configurationMock ->method ('getMigrations ' )
3430 ->willReturn ([]);
3531
Original file line number Diff line number Diff line change 2626 "doctrine/migrations" : " ^2.2"
2727 },
2828 "require-dev" : {
29- "phpunit/phpunit" : " ^6.4|^7 .0" ,
29+ "phpunit/phpunit" : " ^7.0|^8.0|^9 .0" ,
3030 "mikey179/vfsstream" : " ^1.6" ,
3131 "doctrine/coding-standard" : " ^8.0" ,
3232 "phpstan/phpstan" : " ^0.12" ,
You can’t perform that action at this time.
0 commit comments