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 c5a3b59 commit defe567Copy full SHA for defe567
tests/Unit/Actions/GetItemPathActionTest.php
@@ -19,7 +19,7 @@ public function test_it_returns_the_item_path(): void
19
);
20
$this->assertSame(
21
'0.name',
22
- $action->execute('0.', 'name')
+ $action->execute('0', 'name')
23
24
}
25
0 commit comments