From edecb49fbc90fef90c5b0e2949fdb1cd3171f8bc Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 5 Jan 2023 13:30:13 +0100 Subject: [PATCH 1/1] --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..320467f --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +Only run one specific data provider parameter set:: + + $ phpunit --filter testCalculateDates4Weeks@2025W01-2 + +You have to use keys in the dataprovider array. + + +Links: + +- https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html#data-providers +- https://www.vivait.co.uk/labs/running-phpunit-with-a-specific-data-provider-set \ No newline at end of file -- 2.30.2