Skip to content

Commit

Permalink
Add test temp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaaloko committed Aug 11, 2016
1 parent 2632628 commit d6bdaa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/temp/en/users.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'name' => [
'first' => 'name',
],
];
2 changes: 2 additions & 0 deletions tests/temp/nl/users.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
return [];

0 comments on commit d6bdaa5

Please sign in to comment.