Skip to content

Commit

Permalink
fix tests data reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBatista committed Nov 12, 2023
1 parent 419e17d commit 60ee616
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/PhpSpreadsheetTests/Cell/CoordinateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public static function testCoordinateIsInsideRange(bool $expectedResult, string

public static function providerCoordinateIsInsideRange(): array
{
return require 'tests/data/coordinateIsInsideRange.php';
return require 'tests/data/Cell/CoordinateIsInsideRange.php';
}

/**
Expand All @@ -332,7 +332,7 @@ public static function testCoordinateIsInsideRangeException(string $expectedResu

public static function providerCoordinateIsInsideRangeException(): array
{
return require 'tests/data/coordinateIsInsideRangeException.php';
return require 'tests/data/Cell/CoordinateIsInsideRangeException.php';
}

/**
Expand Down
File renamed without changes.

0 comments on commit 60ee616

Please sign in to comment.