Files
2025-12-25 21:26:59 -08:00

13 lines
250 B
PHP

<?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Shared;
use PhpOffice\PhpSpreadsheet\Shared\StringHelper;
class StringHelperNoIntl extends StringHelper
{
protected static string $testClass = 'simulateIntlUnavilable';
}