From a6185c5c4fc86511893dd0a42e55a44cf3f80435 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 2 Sep 2024 16:49:48 +0200 Subject: [PATCH] Add tests --- test/KeyedLockingFileMutexTest.php | 27 +++++++++++++++++++++++++++ test/LockingFileMutexTest.php | 15 +++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 test/KeyedLockingFileMutexTest.php create mode 100644 test/LockingFileMutexTest.php diff --git a/test/KeyedLockingFileMutexTest.php b/test/KeyedLockingFileMutexTest.php new file mode 100644 index 0000000..3f8bf56 --- /dev/null +++ b/test/KeyedLockingFileMutexTest.php @@ -0,0 +1,27 @@ +