Skip to content

Commit

Permalink
Apply fixes from StyleCI (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls authored Jul 18, 2017
1 parent b4873ae commit e33080f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pug/PugSymfonyEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public function testInstall()
self::assertTrue(PugSymfonyEngine::install(new Event('install', $composer, $io), $dir));
self::assertSame([
'Engine service added in config.yml',
'Automatic engine adding is only possible if framework.templating.engines is a '.
'Automatic engine adding is only possible if framework.templating.engines is a ' .
'one-line setting in config.yml.',
'The bundle already exists in AppKernel.php',
], $io->getLastOutput());
Expand Down

0 comments on commit e33080f

Please sign in to comment.