We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f7780 commit 3dbd182Copy full SHA for 3dbd182
tests/CodeRendererTest.php
@@ -96,7 +96,7 @@ public function it_can_set_a_custom_renderer()
96
]);
97
98
$extension = new TorchlightExtension;
99
- $extension->registerCustomBlockRenderer(function(Block $block) {
+ $extension->registerCustomBlockRenderer(function (Block $block) {
100
return 'foo_bar';
101
});
102
@@ -118,7 +118,6 @@ public function it_can_set_a_custom_renderer()
118
$this->assertEquals($expected, $html);
119
}
120
121
-
122
/** @test */
123
public function gets_language_and_contents()
124
{
0 commit comments