Skip to content

Commit 3cb3e40

Browse files
committed
Name data sets in test
1 parent 4cfbd87 commit 3cb3e40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/Functional/ShortcodeFacadeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public function processes_shortcodes(string $shortcode, ControllerReference $con
5050
public function shortcodeFixtures(): array
5151
{
5252
return [
53-
['[test-esi foo=bar]', new ControllerReference('test-esi-controller', ['foo' => 'bar']), 'esi'],
54-
['[test-inline bar=baz]', new ControllerReference('test-inline-controller', ['bar' => 'baz']), 'inline'],
53+
'esi rendering' => ['[test-esi foo=bar]', new ControllerReference('test-esi-controller', ['foo' => 'bar']), 'esi'],
54+
'inline rendering' => ['[test-inline bar=baz]', new ControllerReference('test-inline-controller', ['bar' => 'baz']), 'inline'],
5555
];
5656
}
5757

0 commit comments

Comments
 (0)