Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 18, 2016
1 parent 6bc7944 commit c187d78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/DependencyInjection/MonologTracyExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function testPanelsArrayWithService()
MonologTracyExtension::BLUESCREEN_FACTORY_SERVICE_ID,
'registerPanel',
[
[new Reference('nella.monolog_tracy.panel.test_panel'), '__invoke']
[new Reference('nella.monolog_tracy.panel.test_panel'), '__invoke'],
]
);

Expand All @@ -209,7 +209,7 @@ public function testPanelsArray()
MonologTracyExtension::BLUESCREEN_FACTORY_SERVICE_ID,
'registerPanel',
[
['Nella\MonologTracyBundle\Panel\TestPanel', 'invoke']
['Nella\MonologTracyBundle\Panel\TestPanel', 'invoke'],
]
);

Expand All @@ -226,7 +226,7 @@ public function testPanelsString()
MonologTracyExtension::BLUESCREEN_FACTORY_SERVICE_ID,
'registerPanel',
[
'Nella\MonologTracyBundle\Panel\TestPanel::invoke'
'Nella\MonologTracyBundle\Panel\TestPanel::invoke',
]
);

Expand Down

0 comments on commit c187d78

Please sign in to comment.