repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/FindTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/FindTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class FindTest extends AllSetupTeardown { #[DataProvider('providerFIND')] public function testFIND(mixed...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ValueToTextTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ValueToTextTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\TextData\Format; use PhpOffice\PhpSpreadsheet\RichText\RichText; class ValueToTextTest extends AllSetupTeardown { #[\PHPUnit\Framework\Attributes\DataProvider('provider...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class TTest extends AllSetupTeardown { /** @param mixed[] $expectedResult */ #[DataProvider('providerT')...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ReplaceTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ReplaceTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class ReplaceTest extends AllSetupTeardown { #[DataProvider('providerREPLACE')] public function testREPL...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextAfterTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextAfterTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PHPUnit\Framework\Attributes\DataProvider; class TextAfterTest extends AllSetupTeardown { /** @param array{0: string, 1: mixed[]|string, 2?: string, 3?: string, 4?: string} $arguments */ #[DataProvider...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextJoinTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextJoinTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class TextJoinTest extends AllSetupTeardown { /** @param mixed[] $args */ #[DataProvider('providerTEXTJO...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/NumberValueTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/NumberValueTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class NumberValueTest extends AllSetupTeardown { const NV_PRECISION = 1.0E-8; #[DataProvider('providerN...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/RightTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/RightTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Calculation\Functions; use PhpOffice\PhpSpreadsheet\Settings; use PHPUnit\Framework\Attributes\DataProvider; class RightTest exten...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/DollarTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/DollarTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class DollarTest extends AllSetupTeardown { #[DataProvider('providerDOLLAR')] public function testDOLLAR...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/UpperTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/UpperTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Settings; use PHPUnit\Framework\Attributes\DataProvider; class UpperTest extends AllSetupTeardown { #[DataProvider('providerUP...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextBeforeTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextBeforeTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PHPUnit\Framework\Attributes\DataProvider; class TextBeforeTest extends AllSetupTeardown { /** @param array{0: string, 1: mixed[]|string, 2?: string, 3?: string, 4?: string} $arguments */ #[DataProvide...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/UnicharTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/UnicharTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class UnicharTest extends AllSetupTeardown { #[DataProvider('providerCHAR')] public function testCHAR(mi...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/SubstituteTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/SubstituteTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class SubstituteTest extends AllSetupTeardown { #[DataProvider('providerSUBSTITUTE')] public function te...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ConcatenateTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ConcatenateTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Cell\DataType; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\Attributes\DataProvider; class ConcatenateTest extends AllSetupTeardown { #[DataProvider('providerCON...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/CharTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/CharTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Calculation\TextData\CharacterConvert as CC; use PHPUnit\Framework\Attributes\DataProvider; class CharTest extends AllSetupTeardow...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ConcatenateRangeTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ConcatenateRangeTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; class ConcatenateRangeTest extends AllSetupTeardown { public function testIssue4061(): void { $sheet = $this->getSheet(); $sheet->getCe...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ConcatTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ConcatTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Spreadsheet; class ConcatTest extends AllSetupTeardown { #[\PHPUnit\Framework\Attributes\DataProvider('providerCONCAT')] public function testCONCAT(mixed $expectedResult, mixed...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/BahtTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/BahtTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\TestCase; class BahtTest extends TestCase { #[\PHPUnit\Framework\Attributes\DataProvider('providerBAHTTEXT')] public function testBAHTTEXT(mi...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/LeftTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/LeftTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Calculation\Functions; use PhpOffice\PhpSpreadsheet\Settings; use PHPUnit\Framework\Attributes\DataProvider; class LeftTest extend...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ExactTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ExactTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class ExactTest extends AllSetupTeardown { #[DataProvider('providerEXACT')] public function testEXACT(mi...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ConcatenateGnumericTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ConcatenateGnumericTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Spreadsheet; class ConcatenateGnumericTest extends AllSetupTeardown { /** * Gnumeric, unlike Excel or LibreOffice, implements CONCATENATE like CONCAT. */ #[\PHPUnit\F...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/CodeTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/CodeTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Calculation\TextData\CharacterConvert as CC; use PHPUnit\Framework\Attributes\DataProvider; class CodeTest extends AllSetupTeardow...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class TextTest extends AllSetupTeardown { #[DataProvider('providerTEXT')] public function testTEXT(mixed...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextSplitTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/TextSplitTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet; use PHPUnit\Framework\Attributes\DataProvider; class TextSplitTest extends AllSetupTeardown { /** @param ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/LowerTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/LowerTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Settings; use PHPUnit\Framework\Attributes\DataProvider; class LowerTest extends AllSetupTeardown { #[DataProvider('providerLO...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/OpenOfficeTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/OpenOfficeTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; class OpenOfficeTest extends AllSetupTeardown { #[\PHPUnit\Framework\Attributes\DataProvider('providerOpenOffice')] public function testOpenOffice(mixed $expectedResult, string $formula): void { ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ProperTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ProperTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Settings; use PHPUnit\Framework\Attributes\DataProvider; class ProperTest extends AllSetupTeardown { #[DataProvider('providerP...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ValueTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/ValueTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Shared\StringHelper; use PHPUnit\Framework\Attributes\DataProvider; class ValueTest extends AllSetupTeardown { protected funct...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/SearchTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/SearchTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class SearchTest extends AllSetupTeardown { #[DataProvider('providerSEARCH')] public function testSEARCH...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/CleanTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/CleanTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PHPUnit\Framework\Attributes\DataProvider; class CleanTest extends AllSetupTeardown { #[DataProvider('providerCLEAN')] public function testCLEAN(mi...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Functions/TextData/CharNonPrintableTest.php
tests/PhpSpreadsheetTests/Calculation/Functions/TextData/CharNonPrintableTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class CharNonPrintableTest extends AbstractFunctional { #[\PHPUnit\Framework\Attributes\DataProvider('...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Engine/StructuredReferenceSlashTest.php
tests/PhpSpreadsheetTests/Calculation/Engine/StructuredReferenceSlashTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Engine; use PhpOffice\PhpSpreadsheet\Calculation\Engine\Operands\StructuredReference; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Worksheet\Table; use PHPUnit\Framework\TestCase; class StructuredReferenceSl...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Engine/StructuredReferenceTest.php
tests/PhpSpreadsheetTests/Calculation/Engine/StructuredReferenceTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Engine; use PhpOffice\PhpSpreadsheet\Calculation\Engine\Operands\StructuredReference; use PhpOffice\PhpSpreadsheet\Calculation\Exception; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Worksheet\Table; use PHPU...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Engine/RangeTest.php
tests/PhpSpreadsheetTests/Calculation/Engine/RangeTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Engine; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; use PhpOffice\PhpSpreadsheet\NamedRange; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\At...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Engine/FormattedNumberTest.php
tests/PhpSpreadsheetTests/Calculation/Engine/FormattedNumberTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Engine; use PhpOffice\PhpSpreadsheet\Calculation\Engine\FormattedNumber; use PhpOffice\PhpSpreadsheet\Shared\StringHelper; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; class FormattedNumberTest exten...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Calculation/Engine/FormattedNumberSlashTest.php
tests/PhpSpreadsheetTests/Calculation/Engine/FormattedNumberSlashTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Engine; use PhpOffice\PhpSpreadsheet\Calculation\Engine\FormattedNumber; use PhpOffice\PhpSpreadsheet\Shared\StringHelper; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; class FormattedNumberSlashTest ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Custom/ComplexAssert.php
tests/PhpSpreadsheetTests/Custom/ComplexAssert.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Custom; use Complex\Complex; use PHPUnit\Framework\TestCase; class ComplexAssert extends TestCase { protected float $complexPrecision = 1E-12; private function adjustDelta(float $expected, float $actual, float $delta): float { ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Document/SecurityTest.php
tests/PhpSpreadsheetTests/Document/SecurityTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Document; use PhpOffice\PhpSpreadsheet\Document\Security; use PhpOffice\PhpSpreadsheet\Exception as SpreadsheetException; use PhpOffice\PhpSpreadsheet\Shared\PasswordHasher; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\W...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Document/EpochTest.php
tests/PhpSpreadsheetTests/Document/EpochTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Document; use DateTime; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class EpochTest extends AbstractFunctional { public static function providerFormats(): array { ret...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Document/PropertiesTest.php
tests/PhpSpreadsheetTests/Document/PropertiesTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Document; use DateTime; use DateTimeZone; use PhpOffice\PhpSpreadsheet\Document\Properties; use PhpOffice\PhpSpreadsheet\Shared\Date; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; class PropertiesTest extends Tes...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ArrayFunctionsCellTest.php
tests/PhpSpreadsheetTests/Functional/ArrayFunctionsCellTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\TestCase; class ArrayFunctionsCellTest extends TestCase { public function testArrayAndNonArrayOutput(): void ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/WorkbookViewAttributesTest.php
tests/PhpSpreadsheetTests/Functional/WorkbookViewAttributesTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; class WorkbookViewAttributesTest extends AbstractFunctional { public static function providerFormats(): array { return [ ['Xlsx'], ]; } /** *...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/EnclosureTest.php
tests/PhpSpreadsheetTests/Functional/EnclosureTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; class EnclosureTest extends AbstractFunctional { public static function providerFormats(): array { return [ ['Html'], ['Xls'], ['Xlsx'], ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/TypeAttributePreservationTest.php
tests/PhpSpreadsheetTests/Functional/TypeAttributePreservationTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Calculation\Information\Info; use PhpOffice\PhpSpreadsheet\Reader\Ods as ReaderOds; use PhpOffice\PhpSpreadsheet\Reader\Slk as ReaderSlk; use PhpOffice\PhpSpreadsheet\Reader\Xls as ReaderXls; use PhpOffice...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ReadFilterTest.php
tests/PhpSpreadsheetTests/Functional/ReadFilterTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Reader\IReader; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\Attributes\DataProvider; class ReadFilterTest extends AbstractFunctional { public static function providerCellsValues():...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ArrayFunctionsSpillTest.php
tests/PhpSpreadsheetTests/Functional/ArrayFunctionsSpillTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Style\NumberFormat; use PHPUnit\Framework\TestCase; class ArrayFunctionsSpillTest extends TestCase { pub...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ColumnWidthTest.php
tests/PhpSpreadsheetTests/Functional/ColumnWidthTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\Attributes\DataProvider; class ColumnWidthTest extends AbstractFunctional { public static function providerFormats(): array { return [ ['Xlsx...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/SelectedCellsTest.php
tests/PhpSpreadsheetTests/Functional/SelectedCellsTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; class SelectedCellsTest extends AbstractFunctional { public static function providerFormats(): array { return [ ['Xls'], ]; } /** * Test load...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/FreezePaneTest.php
tests/PhpSpreadsheetTests/Functional/FreezePaneTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Worksheet\Pane; use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet; use PhpOffice\PhpSpreadsheet\Writer\Xlsx as XlsxWriter; class FreezePaneTest extends AbstractFun...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ActiveSheetTest.php
tests/PhpSpreadsheetTests/Functional/ActiveSheetTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Style\Protection; class ActiveSheetTest extends AbstractFunctional { public static function providerFormats(): array { return [ ['Xls'...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/DrawingImageHyperlinkTest.php
tests/PhpSpreadsheetTests/Functional/DrawingImageHyperlinkTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Cell\Hyperlink; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Worksheet\MemoryDrawing; class DrawingImageHyperlinkTest extends AbstractFunctional { public function testDrawing...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/PrintAreaTest.php
tests/PhpSpreadsheetTests/Functional/PrintAreaTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Reader\BaseReader; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\Attributes\DataProvider; class PrintAreaTest extends AbstractFunctional { public static function providerFormats(): a...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ConditionalTextTest.php
tests/PhpSpreadsheetTests/Functional/ConditionalTextTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Style\Conditional; use PhpOffice\PhpSpreadsheet\Style\Fill; class ConditionalTextTest extends AbstractFunctional { const COLOR_GREEN = 'FF99FF66'; const C...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/CommentsTest.php
tests/PhpSpreadsheetTests/Functional/CommentsTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Style\Alignment; class CommentsTest extends AbstractFunctional { public static function providerFormats(): array { return [ ['Html'], ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/MergedCellsTest.php
tests/PhpSpreadsheetTests/Functional/MergedCellsTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; class MergedCellsTest extends AbstractFunctional { public static function providerFormats(): array { return [ ['Html'], ['Xls'], ['Xlsx'], ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ReadFilterFilter.php
tests/PhpSpreadsheetTests/Functional/ReadFilterFilter.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Reader\IReadFilter; class ReadFilterFilter implements IReadFilter { /** * @param string $column Column address (as a string value like "A", or "IV") * @param int $row Row number * @para...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/AbstractFunctional.php
tests/PhpSpreadsheetTests/Functional/AbstractFunctional.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Shared\File; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\TestCase; /** * Base class for functional test to write and reload file on disk across...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ReadBlankCellsTest.php
tests/PhpSpreadsheetTests/Functional/ReadBlankCellsTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Reader\Xlsx; class ReadBlankCellsTest extends AbstractFunctional { public static function providerSheetFormat(): array { return [ ['Xlsx', false], ['Xls', true], ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/StreamTest.php
tests/PhpSpreadsheetTests/Functional/StreamTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\TestCase; class StreamTest extends TestCase { public static function providerFormats(): array { $providerFormats ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Functional/ConditionalStopIfTrueTest.php
tests/PhpSpreadsheetTests/Functional/ConditionalStopIfTrueTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Functional; use PhpOffice\PhpSpreadsheet\Spreadsheet; class ConditionalStopIfTrueTest extends AbstractFunctional { const COLOR_GREEN = 'FF99FF66'; const COLOR_RED = 'FFFF5050'; public static function providerFormats(): array { ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Collection/SimpleCache3xxx.php
tests/PhpSpreadsheetTests/Collection/SimpleCache3xxx.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Collection; use DateInterval; use PhpOffice\PhpSpreadsheet\Collection\Memory\SimpleCache3; class SimpleCache3xxx extends SimpleCache3 { public static int $useCount = 0; public function set(string $key, mixed $value, null|int|DateInterva...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Collection/CellsTest.php
tests/PhpSpreadsheetTests/Collection/CellsTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Collection; use PhpOffice\PhpSpreadsheet\Cell\Cell; use PhpOffice\PhpSpreadsheet\Collection\Cells; use PhpOffice\PhpSpreadsheet\Collection\Memory; use PhpOffice\PhpSpreadsheet\Settings; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpS...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Collection/Cells2Test.php
tests/PhpSpreadsheetTests/Collection/Cells2Test.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Collection; use PhpOffice\PhpSpreadsheet\Collection\Cells; use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet; use PHPUnit\Framework\TestCase; class Cells2Test extends TestCase { public function testThrowsWhenCellCannotBeStoredInClonedCache():...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/BaseNoLoad.php
tests/PhpSpreadsheetTests/Reader/BaseNoLoad.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader; use PhpOffice\PhpSpreadsheet\Reader\BaseReader; class BaseNoLoad extends BaseReader { public function canRead(string $filename): bool { return $filename !== ''; } }
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/CreateBlankSheetIfNoneReadTest.php
tests/PhpSpreadsheetTests/Reader/CreateBlankSheetIfNoneReadTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader; use PhpOffice\PhpSpreadsheet\Exception as SpreadsheetException; use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Reader; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; class CreateBlank...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/BaseNoLoadTest.php
tests/PhpSpreadsheetTests/Reader/BaseNoLoadTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader; use PhpOffice\PhpSpreadsheet\Exception as SpreadsheetException; use PHPUnit\Framework\TestCase; class BaseNoLoadTest extends TestCase { public function testBaseNoLoad(): void { $this->expectException(SpreadsheetException:...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/Rc4Test.php
tests/PhpSpreadsheetTests/Reader/Xls/Rc4Test.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls\RC4; use PHPUnit\Framework\TestCase; class Rc4Test extends TestCase { public function testRc4(): void { // following result confirmed at: // https://cryptii.com/pipes/rc...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/PageSetupTest.php
tests/PhpSpreadsheetTests/Reader/Xls/PageSetupTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Worksheet\PageSetup; use PHPUnit\Framework\TestCase; class PageSetupTest extends TestCase { private const MARGIN_PRECISION = 0.00000001; private const MAR...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/DateReaderTest.php
tests/PhpSpreadsheetTests/Reader/Xls/DateReaderTest.php
<?php namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Shared\Date; use PHPUnit\Framework\TestCase; class DateReaderTest extends TestCase { protected function tearDown(): void { Date::setExcelCalendar(Date::CALENDAR_WINDOWS_1900...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/DataValidationTest.php
tests/PhpSpreadsheetTests/Reader/Xls/DataValidationTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Cell\DataValidation; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; class DataValidationTest extends TestCase { /** @param mixe...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/LoadSheetsOnlyTest.php
tests/PhpSpreadsheetTests/Reader/Xls/LoadSheetsOnlyTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PHPUnit\Framework\TestCase; class LoadSheetsOnlyTest extends TestCase { pri...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/Pr607Test.php
tests/PhpSpreadsheetTests/Reader/Xls/Pr607Test.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Cell\Cell; use PhpOffice\PhpSpreadsheet\Reader\Xls as XlsReader; use PHPUnit\Framework\TestCase; class Pr607Test extends TestCase { /** * Test file with cell range expressed in unexpected manner....
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/XlsSpecialCodePage.php
tests/PhpSpreadsheetTests/Reader/Xls/XlsSpecialCodePage.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Shared\CodePage; class XlsSpecialCodePage extends \PhpOffice\PhpSpreadsheet\Reader\Xls { protected function readCodepage(): void { $length = self::getUInt2d($this->data, $this->pos + 2); ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/PageBreakTest.php
tests/PhpSpreadsheetTests/Reader/Xls/PageBreakTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Worksheet\PageSetup; use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class PageBreakTest extends...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/NumberFormatGeneralTest.php
tests/PhpSpreadsheetTests/Reader/Xls/NumberFormatGeneralTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class NumberFormatGeneralTest extends AbstractFunctional { public function testGeneral(): void { $filename = 't...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/HiddenMergeCellsTest.php
tests/PhpSpreadsheetTests/Reader/Xls/HiddenMergeCellsTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PHPUnit\Framework\TestCase; class HiddenMergeCellsTest extends TestCase { private const FILENAME = 'tests/data/Reader/XLS/HiddenMergeCellsTest.xls'; public function testHiddenMerg...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/RichTextSizeTest.php
tests/PhpSpreadsheetTests/Reader/Xls/RichTextSizeTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\RichText\RichText; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class RichTextSizeTest extends AbstractFunctional { public function testRic...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/Biff8CoverTest.php
tests/PhpSpreadsheetTests/Reader/Xls/Biff8CoverTest.php
<?php namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Shared\Date; use PHPUnit\Framework\TestCase; class Biff8CoverTest extends TestCase { protected function tearDown(): void { Date::setExcelCalendar(Date::CALENDAR_WINDOWS_1900...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/XlsBugPr3734Test.php
tests/PhpSpreadsheetTests/Reader/Xls/XlsBugPr3734Test.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\IOFactory; use PHPUnit\Framework\TestCase; class XlsBugPr3734Test extends TestCase { /** * Test XLS file including data with missing fonts? */ public function testXlsFileWithNoFontIndex(...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/Issue3202Test.php
tests/PhpSpreadsheetTests/Reader/Xls/Issue3202Test.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls as XlsReader; use PHPUnit\Framework\TestCase; class Issue3202Test extends TestCase { public function testSelectedCellWithConditionals(): void { // Unknown index notice when load...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/SheetProtectionTest.php
tests/PhpSpreadsheetTests/Reader/Xls/SheetProtectionTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class SheetProtectionTest extends AbstractFunctional { public function testSheetProtection(): void { $original...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/HiddenWorksheetTest.php
tests/PhpSpreadsheetTests/Reader/Xls/HiddenWorksheetTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet; use PHPUnit\Framework\TestCase; class HiddenWorksheetTest extends TestCase { public function testPageSetup(): void { $filename...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/IsOddTest.php
tests/PhpSpreadsheetTests/Reader/Xls/IsOddTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PHPUnit\Framework\TestCase; class IsOddTest extends TestCase { public function testIsOdd(): void { // Excel Xls treats ISODD and ISEVEN as 'Add-in functions' // Php...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/Issue2463Test.php
tests/PhpSpreadsheetTests/Reader/Xls/Issue2463Test.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PHPUnit\Framework\TestCase; class Issue2463Test extends TestCase { public function testNoUnknownIndexNotice(): void { // Unknown index notice when loading $filename...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/FormulasTest.php
tests/PhpSpreadsheetTests/Reader/Xls/FormulasTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Writer\Xls as WriterXls; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class FormulasTest extends Abst...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/ConditionalFormattingBasicTest.php
tests/PhpSpreadsheetTests/Reader/Xls/ConditionalFormattingBasicTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Style\Border; use PhpOffice\PhpSpreadsheet\Style\Conditional; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; class ConditionalForma...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/Issue4356Test.php
tests/PhpSpreadsheetTests/Reader/Xls/Issue4356Test.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\NamedRange; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class Issue4356Test extends AbstractFunctional { public function testIssue4356():...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/NonExistentFileTest.php
tests/PhpSpreadsheetTests/Reader/Xls/NonExistentFileTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Shared\File; use PHPUnit\Framework\TestCase; class NonExistentFileTest extends TestCase { public function testNonExistentFile(): void { $temp = Fil...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/ColorMapTest.php
tests/PhpSpreadsheetTests/Reader/Xls/ColorMapTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls\Color\BIFF5; use PhpOffice\PhpSpreadsheet\Reader\Xls\Color\BIFF8; use PhpOffice\PhpSpreadsheet\Reader\Xls\Color\BuiltIn; use PHPUnit\Framework\TestCase; class ColorMapTest extends TestCase { ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/Md5Test.php
tests/PhpSpreadsheetTests/Reader/Xls/Md5Test.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls\MD5; use PHPUnit\Framework\TestCase; class Md5Test extends TestCase { public function testMd5(): void { $md5 = new MD5(); $md5->add('123456789a123456789b123456789c123456...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/DefinedNameTest.php
tests/PhpSpreadsheetTests/Reader/Xls/DefinedNameTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PHPUnit\Framework\TestCase; class DefinedNameTest extends TestCase { public function testAbsoluteNamedRanges(): void { // Named Ranges were being converted from absolute to...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/XlsTest.php
tests/PhpSpreadsheetTests/Reader/Xls/XlsTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Cell\Cell; use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class XlsTest extends AbstractFunctional { ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/ConditionalItalicTest.php
tests/PhpSpreadsheetTests/Reader/Xls/ConditionalItalicTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Style\Conditional; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class ConditionalItalicTest extends AbstractFunctional { public function t...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/ColourTest.php
tests/PhpSpreadsheetTests/Reader/Xls/ColourTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Shared\StringHelper; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class ColourTest extends AbstractFunctional { private \PhpOffice\PhpSprea...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/InfoNamesTest.php
tests/PhpSpreadsheetTests/Reader/Xls/InfoNamesTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Shared\CodePage; use PHPUnit\Framework\TestCase; class InfoNamesTest extends TestCase { publ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/ErrorCodeMapTest.php
tests/PhpSpreadsheetTests/Reader/Xls/ErrorCodeMapTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls\ErrorCode; use PHPUnit\Framework\TestCase; class ErrorCodeMapTest extends TestCase { #[\PHPUnit\Framework\Attributes\DataProvider('errorCodeMapProvider')] public function testErrorCode(...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/ConditionalFormattingExpressionTest.php
tests/PhpSpreadsheetTests/Reader/Xls/ConditionalFormattingExpressionTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Xls; use PhpOffice\PhpSpreadsheet\Style\Conditional; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; class ConditionalFormattingExpressionTest extends TestCase { ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/PasswordTest.php
tests/PhpSpreadsheetTests/Reader/Xls/PasswordTest.php
<?php namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Reader\Exception as ReaderException; use PhpOffice\PhpSpreadsheet\Reader\Xls as XlsReader; use PHPUnit\Framework\TestCase; class PasswordTest extends TestCase { public function testDefaultPassword(): void { $filena...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xls/ConditionalBorderTest.php
tests/PhpSpreadsheetTests/Reader/Xls/ConditionalBorderTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Style\Border; use PhpOffice\PhpSpreadsheet\Style\Conditional; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class ConditionalBorderTest extends...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/PhpSpreadsheetTests/Reader/Xml/DataValidationsTest.php
tests/PhpSpreadsheetTests/Reader/Xml/DataValidationsTest.php
<?php declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Reader\Xml; use PhpOffice\PhpSpreadsheet\Cell\DataValidation; use PhpOffice\PhpSpreadsheet\Reader\Xml; use PhpOffice\PhpSpreadsheet\Shared\Date; use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional; class DataValidationsTest extends A...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false