mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
fix cs
This commit is contained in:
parent
bf953ab842
commit
1474755f03
@ -13,7 +13,9 @@ final class InvalidConfigurationConstructorInjectionRectorTest extends AbstractR
|
||||
public function test(): void
|
||||
{
|
||||
$this->expectException(InvalidConfigurationException::class);
|
||||
$this->expectExceptionMessage('Make sure "kernel_class" parameters is set in rector.yml in "parameters:" section');
|
||||
$this->expectExceptionMessage(
|
||||
'Make sure "kernel_class" parameters is set in rector.yml in "parameters:" section'
|
||||
);
|
||||
|
||||
$this->doTestFileMatchesExpectedContent(__DIR__ . '/Wrong/wrong.php.inc', __DIR__ . '/Correct/correct.php.inc');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user