|
|
|
@ -21,7 +21,7 @@ class ConvertJsonTest extends TestCase |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public function test_example() |
|
|
|
public function test_example() |
|
|
|
{ |
|
|
|
{ |
|
|
|
$content = file_get_contents(base_path('/tests/Storage/Feature/Upload/ConvertJsonTest.json')); |
|
|
|
$content = file_get_contents(base_path('/tests/Storage/ConvertJsonTest.json')); |
|
|
|
$file = File::createWithContent( |
|
|
|
$file = File::createWithContent( |
|
|
|
'test.json', |
|
|
|
'test.json', |
|
|
|
$content |
|
|
|
$content |
|
|
|
|