summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2024-04-09Drop the webtrees 1.x custom-thumbnail importerGreg Roach4-162/+0
2024-03-31Refactoring class DBGreg Roach2-10/+17
2024-03-31PHP 8.4 compatibilityGreg Roach15-17/+0
2024-03-31CodeStyle - whitespaceGreg Roach1225-1243/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach54-559/+559
2024-03-31PHPUnit 11 requires applications to remove their error handlersGreg Roach1-13/+0
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1282-10174/+5979
2024-02-18Fix: #4862 - add support for some TNG tagsGreg Roach1-0/+35
2024-02-02Update tests for latest version of PHPUNITGreg Roach1-56/+56
2024-01-13Fix failing testsGreg Roach1-6/+10
2023-12-30Fix bugs in timestamps and add testsGreg Roach1-3/+215
2023-12-30Fix: typo in @covers annotationGreg Roach663-663/+663
2023-12-19Fix testsGreg Roach1-1/+1
2023-12-13Fix some broken tests and simplify a viewGreg Roach17-17/+17
2023-11-04Fix testsGreg Roach1-1/+1
2023-11-04Rework setup page for MySQL to highlight distinction between localhost and ↵Greg Roach1-2/+2
network
2023-11-02Fix: #4873 - Add Link/rel=canonical to genealogy pages and redirectsGreg Roach29-82/+82
2023-10-04Fix broken testsGreg Roach475-2888/+145
2023-09-29CodeStyleGreg Roach1-2/+2
2023-09-28Fix: #4700, fix: #4870, fix: #4879 - broken logic for individual listsGreg Roach1-19/+175
2023-09-211931 Canadian Census (#4875)manf00012-4/+227
* Update CensusOfCanada.php Adding 1931 * Create CensusOfCanada1931.php 1931 Canadian Census * Update CensusOfCanada1931.php * Update CensusOfCanada1931.php * Create CensusOfCanadaTest1931.php * Delete tests/app/Census/CensusOfCanadaTest1931.php * Create CensusOfCanada1931Test.php * Update CensusOfCanada1931.php Added some missing lines and re-worded the description for the last couple of columns * Update CensusOfCanada1931.php removed brackets from two descriptions to conform with rest of the column descriptions * Update CensusOfCanada1931Test.php * Update CensusOfCanada1931Test.php Fix spacing * Update CensusOfCanadaTest.php Added info for Census of Canada Test * Update CensusColumnNationality.php Added two more Nationalities for Census * Update CensusOfCanada1931Test.php removing tabs and replaced with spaces * Update CensusOfCanadaTest.php forgot to add line for 1891 census * Update CensusOfCanadaTest.php change language * Update CensusOfCanada1931.php Fixed Typo * Update CensusOfCanada1931Test.php added missing . * Update CensusOfCanada1931Test.php * Update CensusOfCanada1931.php * Update CensusColumnNationality.php --------- Co-authored-by: Greg Roach <greg@subaqua.co.uk>
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach2-2/+1
2023-07-06fix: messages (#4843)Alejandro Criado-Pérez4-4/+4
2023-06-20Static analysisGreg Roach18-100/+96
2023-04-03Refactor startup code to allow /public/ to be the web rootGreg Roach1-0/+35
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach12-58/+24
2023-04-03Remove dead codeGreg Roach1-35/+0
2023-03-12Fix testsGreg Roach6-96/+0
2023-02-19Delete old test fileGreg Roach1-35/+0
2023-02-06Updates for phpunit 10Greg Roach183-183/+183
2023-02-05Update tests to work with phpunit 10Greg Roach20-309/+130
2023-01-25It's 2023Greg Roach1282-1282/+1282
2023-01-25It's 2023Greg Roach1282-1282/+1282
2023-01-21Fix: #4738 - if no HEAD:CHAR, assume GEDCOM7/UTF-8Greg Roach1-1/+1
2022-12-28Add support for INDI:NO and FAM:NO tagsGreg Roach2-3/+38
2022-12-26Show timestamp of last check for update, and allow check at any timeGreg Roach1-0/+35
2022-12-15Fix: #4647, Fix: #3567, Fix: #4479, Fix: #3459 - Apply collation rules in ↵Greg Roach1-2/+2
PHP, rather than MySQL
2022-12-12Fix: #4655 - residence facts take a value in GEDCOM 7Greg Roach1-4/+4
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach664-0/+23240
2022-12-05CodeStyleGreg Roach1-1/+0
2022-12-05Do not validate HTTP server parameters - some webhosts add headers that are ↵Greg Roach1-73/+366
not ASCII
2022-11-30PHPdocGreg Roach2-4/+2
2022-11-30phpunit assertions are staticGreg Roach3-4/+4
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach16-96/+48
2022-11-23Wrong parameter nameGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach5-11/+14
2022-10-31Re-order import statementsGreg Roach31-32/+32
2022-10-17Fix: #4580, Fix: #4577 - SOUR:PUBL, SOUR:TITL and SOUR:AUTH allow multi-line ↵Greg Roach2-0/+20
text
2022-10-16Change order of I18N initialisation in webtrees Test Case (#4579)Jonathan Jaubart1-2/+2
2022-10-16Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578)Jonathan Jaubart1-0/+79
* Fix `Invalid GEDCOM data passed to Fact` when no required quick facts * Add unit tests for new facts in GedcomEditService