@@ -210,8 +210,8 @@ public function testRunWithAdminAndDefaultReadmeCreation()
210210 '\Winter\LaravelConfigWriter ' ,
211211 $ this ->changeEnvFileCall ('.env.example ' , 'env.example.yml ' , 'env.example_app_name_not_pascal_case.yml ' ),
212212 $ this ->changeEnvFileCall ('.env.development ' , 'env.development.yml ' , 'env.development_app_name_not_pascal_case.yml ' ),
213- $ this ->changeEnvFileCall ('.env.development ' , 'env.development .yml ' , 'env.development_clerk_credentials_added.yml ' ),
214- $ this ->changeEnvFileCall ('.env.example ' , 'env.example .yml ' , 'env.example_clerk_credentials_added.yml ' ),
213+ $ this ->changeEnvFileCall ('.env.development ' , 'env.development_app_name_not_pascal_case .yml ' , 'env.development_clerk_credentials_added.yml ' ),
214+ $ this ->changeEnvFileCall ('.env.example ' , 'env.example_app_name_not_pascal_case .yml ' , 'env.example_clerk_credentials_added.yml ' ),
215215 $ this ->callFilePutContent (base_path ('config/telescope.php ' ), $ this ->getFixture ('telescope_config_after_initialization.php ' )),
216216 $ this ->callFilePutContent (base_path ('config/auto-doc.php ' ), $ this ->getFixture ('auto_doc_after_changes.php ' )),
217217 );
@@ -698,8 +698,8 @@ public function testRunWithClerkMobileAppWithPintInstalled(): void
698698 '\Winter\LaravelConfigWriter ' ,
699699 $ this ->changeEnvFileCall ('.env.example ' , 'env.example.yml ' , 'env.example_app_name_not_pascal_case.yml ' ),
700700 $ this ->changeEnvFileCall ('.env.development ' , 'env.development.yml ' , 'env.development_app_name_not_pascal_case.yml ' ),
701- $ this ->changeEnvFileCall ('.env.development ' , 'env.development .yml ' , 'env.development_clerk_credentials_added_mobile_app.yml ' ),
702- $ this ->changeEnvFileCall ('.env.example ' , 'env.example .yml ' , 'env.example_clerk_credentials_added_mobile_app.yml ' ),
701+ $ this ->changeEnvFileCall ('.env.development ' , 'env.development_app_name_not_pascal_case .yml ' , 'env.development_clerk_credentials_added_mobile_app.yml ' ),
702+ $ this ->changeEnvFileCall ('.env.example ' , 'env.example_app_name_not_pascal_case .yml ' , 'env.example_clerk_credentials_added_mobile_app.yml ' ),
703703 $ this ->callFilePutContent (base_path ('config/telescope.php ' ), $ this ->getFixture ('telescope_config_after_initialization.php ' )),
704704 $ this ->callFilePutContent (base_path ('config/auto-doc.php ' ), $ this ->getFixture ('auto_doc_after_changes.php ' )),
705705 );
0 commit comments