Skip to content

Commit 3252fcb

Browse files
committed
refactor: code
refs: #49
1 parent 216a37b commit 3252fcb

File tree

2 files changed

+1
-161
lines changed

2 files changed

+1
-161
lines changed

tests/TranslationGeneratorTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ class TranslationGeneratorTest extends TestCase
1515

1616
public function testCreate()
1717
{
18-
$translations = $this->getJsonFixture('validation.json');
19-
20-
Lang::shouldReceive('get')->andReturn($translations);
18+
Lang::shouldReceive('get')->andReturn([]);
2119

2220
$this->mockFilesystem();
2321

tests/fixtures/TranslationGeneratorTest/validation.json

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)