Skip to content

Commit d6bdaa5

Browse files
committed
Add test temp folder
1 parent 2632628 commit d6bdaa5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tests/temp/en/users.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
return [
4+
'name' => [
5+
'first' => 'name',
6+
],
7+
];

tests/temp/nl/users.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?php
2+
return [];

0 commit comments

Comments
 (0)