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