summaryrefslogtreecommitdiff
path: root/tests/app/Factories/MarkdownFactoryTest.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-12-28Fix: createStub is a static method, assertSame/assertCount are dynamic methodsGreg Roach1-2/+2
2025-12-21PHPunit: mock objects have expectations, stubs do notGreg Roach1-2/+2
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-06Working on phpstan issues in test scriptsGreg Roach1-12/+12
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach1-2/+2
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-31/+5
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-09-06CodeStyleGreg Roach1-5/+5
2022-05-19Fix: #4402 - quoted HTML in note titles are truncatedGreg Roach1-12/+12
2022-05-04Fix testsGreg Roach1-4/+4
2022-04-07TestingGreg Roach1-5/+5
2022-04-04Fix: #4281 - newlines in markdown textGreg Roach1-2/+36
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-13PHPunit assertions are staticGreg Roach1-8/+8
2022-02-01Add tests for CalendarDateFactoryGreg Roach1-1/+1
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-22/+14
2021-11-21CodeStyleGreg Roach1-0/+133