Skip to content

Commit 00768c5

Browse files
committed
Fixed tests
1 parent 6afad4f commit 00768c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Documentation/ReadmeExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class ReadmeExampleTest extends UnitCase
2222
* @throws Throwable
2323
*/
2424
#[Test]
25-
#[DataProvider('data_provider')]
25+
#[DataProvider('basic_examples_data_provider')]
2626
public function will_perform_serialize_and_deserialize_on_data_transfer_objects_from_docs(
2727
string $dtoClass,
2828
array $data,

0 commit comments

Comments
 (0)