Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bsessions85 committed Oct 5, 2023
1 parent 809da44 commit 080e68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/files/test-vip-filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ public function test__filter_validate_file__file_exists() {
$file = [
'name' => 'testfile.txt',
];

$new_file_name = 'testfile-1696439069.txt';
$basepath = $this->get_upload_path();
$basepath = $this->get_upload_path();

$stub = $this->getMockBuilder( VIP_Filesystem::class )
->setMethods( [ 'validate_file_unique_name', 'validate_file_type' ] )
Expand Down

0 comments on commit 080e68a

Please sign in to comment.