style(upload json): change test storage location

main
seyedmr 3 years ago
parent f64540e648
commit 1ab66350a7
  1. 2
      tests/Feature/Upload/ConvertJsonTest.php
  2. 0
      tests/Storage/ConvertJsonTest.json

@ -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

Loading…
Cancel
Save