We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afad4f commit 00768c5Copy full SHA for 00768c5
tests/Unit/Documentation/ReadmeExampleTest.php
@@ -22,7 +22,7 @@ final class ReadmeExampleTest extends UnitCase
22
* @throws Throwable
23
*/
24
#[Test]
25
- #[DataProvider('data_provider')]
+ #[DataProvider('basic_examples_data_provider')]
26
public function will_perform_serialize_and_deserialize_on_data_transfer_objects_from_docs(
27
string $dtoClass,
28
array $data,
0 commit comments