Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit071d816

Browse files
committed
wip
1 parent10ed2e7 commit071d816

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎tests/CsvImporterTest.php‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@
2525
it('renders import CSV component with model and file',function () {
2626
Storage::fake('documents');
2727

28-
$path =__DIR__.'/stubs/customers.csv';
28+
$path =__DIR__.DIRECTORY_SEPARATOR .'stubs'.DIRECTORY_SEPARATOR.'customers.csv';
2929
$model = Customer::class;
3030

31-
chmod($path,0755);
32-
3331
$file = UploadedFile::fake()
3432
->createWithContent(
3533
'customers.csv',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp