From 90cbc86bda6fabbf9956f68528d480b7adc9632f Mon Sep 17 00:00:00 2001 From: Giorgi Leladze Date: Mon, 16 Mar 2026 17:13:48 +0400 Subject: [PATCH 1/3] README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d194038..f93ae61 100644 --- a/README.md +++ b/README.md @@ -104,12 +104,6 @@ ptp run --test-path tests/Unit ptp run --filter "*UserTest.php" ptp run --filter "*Payment*" -# Run migrations before tests -ptp run --migrate - -# Run migrations without fresh (only pending migrations) -ptp run --migrate --no-fresh - # Combine options ptp run --test-path tests/Integration --filter "*Payment*" --processors 8 ``` From 062328da7ea8b1daf8f856f00fb2fb1eb733f025 Mon Sep 17 00:00:00 2001 From: Giorgi Leladze Date: Mon, 16 Mar 2026 17:17:14 +0400 Subject: [PATCH 2/3] README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f93ae61..595c36e 100644 --- a/README.md +++ b/README.md @@ -195,4 +195,3 @@ If you encounter any issues or have questions, please open an issue on GitHub. --- **Note**: This project is actively maintained. For detailed architecture information, see [ARCHITECTURE.md](./ARCHITECTURE.md). -# php-test-processor From 1408d158f4f21c48b1d7402a009b4cb8de495537 Mon Sep 17 00:00:00 2001 From: Giorgi Leladze Date: Mon, 16 Mar 2026 18:27:08 +0400 Subject: [PATCH 3/3] README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 595c36e..e3b3754 100644 --- a/README.md +++ b/README.md @@ -193,5 +193,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail If you encounter any issues or have questions, please open an issue on GitHub. --- - **Note**: This project is actively maintained. For detailed architecture information, see [ARCHITECTURE.md](./ARCHITECTURE.md).