diff --git a/README.md b/README.md index 2eab9728..20a8749a 100644 --- a/README.md +++ b/README.md @@ -142,14 +142,14 @@ columns:
- Click to see: PHP Array as file + Click to see: PHP Format ```php [ + 'csv' => [ 'header' => true, 'delimiter' => ',', 'quote_char' => '\\', diff --git a/tests/Blueprint/MiscTest.php b/tests/Blueprint/MiscTest.php index 08702b3d..09a91b88 100644 --- a/tests/Blueprint/MiscTest.php +++ b/tests/Blueprint/MiscTest.php @@ -106,7 +106,7 @@ public function testCheckYmlSchemaExampleInReadme(): void public function testCheckPhpSchemaExampleInReadme(): void { - $this->testCheckExampleInReadme(PROJECT_ROOT . '/schema-examples/full.php', 'php', 'PHP Array as file', 14); + $this->testCheckExampleInReadme(PROJECT_ROOT . '/schema-examples/full.php', 'php', 'PHP Format', 14); } public function testCheckJsonSchemaExampleInReadme(): void