Select the correct TestCase

This commit is contained in:
MarkBaker 2021-05-31 13:19:42 +02:00 committed by Mark Baker
parent d51e4ec75a
commit 3168cbfb3e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ namespace PhpOffice\PhpSpreadsheetTests\Calculation;
use PhpOffice\PhpSpreadsheet\Calculation\Functions;
use PhpOffice\PhpSpreadsheet\Spreadsheet;
use PHPStan\Testing\TestCase;
use PHPUnit\Framework\TestCase;
class MergedCellTest extends TestCase
{