Skip to content

Commit e33080f

Browse files
authored
Apply fixes from StyleCI (#14)
1 parent b4873ae commit e33080f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pug/PugSymfonyEngineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public function testInstall()
405405
self::assertTrue(PugSymfonyEngine::install(new Event('install', $composer, $io), $dir));
406406
self::assertSame([
407407
'Engine service added in config.yml',
408-
'Automatic engine adding is only possible if framework.templating.engines is a '.
408+
'Automatic engine adding is only possible if framework.templating.engines is a ' .
409409
'one-line setting in config.yml.',
410410
'The bundle already exists in AppKernel.php',
411411
], $io->getLastOutput());

0 commit comments

Comments
 (0)