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 1
1
/vendor /
2
2
/composer.lock
3
3
/.phpcs-cache
4
+ /.phpunit.result.cache
4
5
Original file line number Diff line number Diff line change 11
11
use Symfony \Component \DependencyInjection \ContainerBuilder ;
12
12
use Symfony \Component \DependencyInjection \ParameterBag \ParameterBag ;
13
13
14
- use function assert ;
15
-
16
14
class DoctrineCommandTest extends TestCase
17
15
{
18
16
/** @var string */
@@ -28,8 +26,6 @@ protected function setUp(): void
28
26
public function testConfigureMigrations (): void
29
27
{
30
28
$ configurationMock = $ this ->createMock (Configuration::class);
31
- assert ($ configurationMock instanceof Configuration);
32
-
33
29
$ configurationMock ->method ('getMigrations ' )
34
30
->willReturn ([]);
35
31
Original file line number Diff line number Diff line change 26
26
"doctrine/migrations" : " ^2.2"
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " ^6.4|^7 .0" ,
29
+ "phpunit/phpunit" : " ^7.0|^8.0|^9 .0" ,
30
30
"mikey179/vfsstream" : " ^1.6" ,
31
31
"doctrine/coding-standard" : " ^8.0" ,
32
32
"phpstan/phpstan" : " ^0.12" ,
You can’t perform that action at this time.
0 commit comments