There was an error while loading. Please reload this page.
1 parent 9bd4e02 commit f536c8fCopy full SHA for f536c8f
tests/Symfony/NeonTest.php
@@ -19,11 +19,11 @@ public function testExtensionNeon(): void
19
20
], []);
21
$parameters = $container->getParameters();
22
-$this->assertArrayHasKey('rootDir', $parameters);
23
-$this->assertSame(realpath(__DIR__ . '/../../vendor/phpstan/phpstan'), $parameters['rootDir']);
+self::assertArrayHasKey('rootDir', $parameters);
+self::assertSame(realpath(__DIR__ . '/../../vendor/phpstan/phpstan'), $parameters['rootDir']);
24
25
-$this->assertArrayHasKey('symfony', $parameters);
26
-$this->assertSame([
+self::assertArrayHasKey('symfony', $parameters);
+self::assertSame([
27
'container_xml_path' => __DIR__ . '/container.xml',
28
'constant_hassers' => true,
29
'console_application_loader' => null,
0 commit comments