From 467e5288d78360ce65691245d9d4519ab7cfb481 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Thu, 19 Feb 2026 21:00:02 +0200 Subject: [PATCH] fake test repo --- tests/Fakes/FakeTextRepository.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/Fakes/FakeTextRepository.php diff --git a/tests/Fakes/FakeTextRepository.php b/tests/Fakes/FakeTextRepository.php new file mode 100644 index 0000000..0324cf5 --- /dev/null +++ b/tests/Fakes/FakeTextRepository.php @@ -0,0 +1,17 @@ +name, + ); + } +}