Skip to content

Commit 98123b4

Browse files
xHeaveninnocenzi
andauthored
fix(tests): use attribute
Co-authored-by: Enzo Innocenzi <[email protected]>
1 parent fecc915 commit 98123b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/view/tests/FallthroughAttributesTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
final class FallthroughAttributesTest extends TestCase
1212
{
13-
public function test_render(): void
13+
#[Test]
14+
public function render(): void
1415
{
1516
$viewConfig = new ViewConfig()->addViewComponents(
1617
__DIR__ . '/Fixtures/x-fallthrough-test.view.php',

0 commit comments

Comments
 (0)