File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ public function testExtensionNeon(): void
20
20
], []);
21
21
$ parameters = $ container ->getParameters ();
22
22
$ this ->assertArrayHasKey ('rootDir ' , $ parameters );
23
- $ this ->assertSame (realpath (__DIR__ . '/../../vendor/phpstan/phpstan ' ), $ parameters ['rootDir ' ]);
23
+ $ this ->assertSame (realpath (__DIR__ . '/../../vendor/phpstan/phpstan ' ), $ parameters ['rootDir ' ]);
24
24
25
25
$ this ->assertArrayHasKey ('symfony ' , $ parameters );
26
26
$ this ->assertSame ([
27
27
'container_xml_path ' => __DIR__ . '/container.xml ' ,
28
28
'constant_hassers ' => true ,
29
29
'console_application_loader ' => null ,
30
- ] , $ parameters ['symfony ' ]);
30
+ ], $ parameters ['symfony ' ]);
31
31
32
32
self ::assertCount (6 , $ container ->getServicesByTag ('phpstan.rules.rule ' ));
33
33
self ::assertCount (15 , $ container ->getServicesByTag ('phpstan.broker.dynamicMethodReturnTypeExtension ' ));
You can’t perform that action at this time.
0 commit comments