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 304489e commit bedbe70Copy full SHA for bedbe70
tests/SyncCommandTest.php
@@ -72,7 +72,7 @@ public function testCommandOutputForMissingSubKey()
72
73
public function testItDoesntOverrideParentKey()
74
{
75
- array_map('unlink', glob(__DIR__.'/views_temp/user/index.blade.php'));
+ array_map('unlink', glob(__DIR__.'/views_temp/user.blade.php'));
76
77
file_put_contents(__DIR__.'/views_temp/user.blade.php', '{{ trans(\'user.name\') }}');
78
@@ -86,6 +86,6 @@ public function testItDoesntOverrideParentKey()
86
87
$this->assertEquals(['middle' => 'middle'], $userENFile['name']);
88
89
90
}
91
0 commit comments