summaryrefslogtreecommitdiff
path: root/tests/TestCase.php
AgeCommit message (Expand)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-13PHPunit assertions are staticGreg Roach1-7/+7
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach1-2/+4
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-5/+5
2021-09-03Fix: #4026 - Unit test failureGreg Roach1-4/+3
2021-09-02TestingGreg Roach1-3/+5
2021-09-02Prefer XHTML syntaxGreg Roach1-2/+2
2021-09-02Tests: fix incorrect validateHtml logic (#4025)Jonathan Jaubart1-8/+8
2021-09-01Use wt- namespace for data attributesGreg Roach1-0/+84
2021-05-18CodeStyleGreg Roach1-18/+1
2021-05-06Refactor bootstrap to prepare for console commandsGreg Roach1-25/+11
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-7/+58
2021-05-03Move PSR17 factories to the registryGreg Roach1-58/+7
2021-04-20TestingGreg Roach1-0/+2
2021-03-09Refactor Tree / TreeService to improve the import of large GEDCOM files.Greg Roach1-2/+2
2021-02-04Use gedcom elementsGreg Roach1-0/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-30TestingGreg Roach1-7/+3
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-14/+14
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-3/+3
2020-09-08Use factory to create caches and filesystemsGreg Roach1-17/+16
2020-07-04Fix: #3314 - use a factory to make XREFsGreg Roach1-0/+2
2020-05-14Fix testsGreg Roach1-0/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+1
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-4/+25
2020-05-09Deprecate whereContains()Greg Roach1-6/+0
2020-01-20Add the entire route to the request, not just the nameGreg Roach1-2/+4
2019-12-20Unused importsGreg Roach1-2/+0
2019-11-28Be explicit about distinction between system and user data foldersGreg Roach1-1/+0
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-4/+2
2019-11-23Use filesystem abstraction for places importGreg Roach1-1/+5
2019-11-13Unused importsGreg Roach1-3/+0
2019-11-13Dead codeGreg Roach1-1/+0
2019-11-11Move language negotiation to middlewareGreg Roach1-1/+1
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-2/+1
2019-11-03Add privacy-policy/impressum - #2654Greg Roach1-2/+13
2019-10-31Refactor routing tableGreg Roach1-2/+4
2019-10-30Remove View:share() - it's just a globalGreg Roach1-3/+0
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-4/+3
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+0
2019-10-22Use tree serviceGreg Roach1-2/+4
2019-10-18Use TreeServiceGreg Roach1-1/+0
2019-10-17Avoid using the IoC container in unit testsGreg Roach1-2/+0
2019-10-17Disable cache during unit testsGreg Roach1-5/+3
2019-10-16Long linesGreg Roach1-2/+6
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+3
2019-10-09Working on routingGreg Roach1-16/+21