-
Notifications
You must be signed in to change notification settings - Fork 3
Add translation generator tests #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…to 49-add-translator-generator-tests # Conflicts: # tests/TestGeneratorTest.php
refs: #49
|
|
||
| public function mockFilesystem(): void | ||
| { | ||
| $fileSystemMock = new FileSystemMock; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $fileSystemMock = new FileSystemMock; | |
| $fileSystemMock = new FileSystemMock(); |
| { | ||
| $validation = file_get_contents(getcwd() . '/tests/Support/Translation/validation_without_exceptions.php'); | ||
|
|
||
| $fileSystemMock = new FileSystemMock; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $fileSystemMock = new FileSystemMock; | |
| $fileSystemMock = new FileSystemMock(); |
refs: #49
| @@ -0,0 +1,158 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we make this file shorter as well?
refs: #49
No description provided.