@@ -264,7 +264,6 @@ public function testRunWithAdminAndDefaultReadmeCreation()
264264 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/CREDENTIALS_AND_ACCESS.md ' ), $ this ->getReadmeTemplateContent ('CREDENTIALS_AND_ACCESS.md ' )),
265265 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/CLERK.md ' ), $ this ->getReadmeTemplateContent ('CLERK.md ' )),
266266 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/RENOVATE.md ' ), $ this ->getReadmeTemplateContent ('RENOVATE.md ' )),
267- $ this ->callFilePutContent ('README.md ' , $ this ->getFixture ('default_readme.md ' )),
268267 $ this ->callFilePutContent ('README.md ' , $ this ->getFixture ('default_readme_after_using_renovate.md ' )),
269268 );
270269
@@ -516,7 +515,6 @@ public function testRunWithAdminAndFullReadmeCreationAndRemovingInitializatorIns
516515 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/ENVIRONMENTS.md ' ), $ this ->getReadmeTemplateContent ('ENVIRONMENTS.md ' )),
517516 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/CREDENTIALS_AND_ACCESS.md ' ), $ this ->getReadmeTemplateContent ('CREDENTIALS_AND_ACCESS.md ' )),
518517 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/RENOVATE.md ' ), $ this ->getReadmeTemplateContent ('RENOVATE.md ' )),
519- $ this ->callFilePutContent ('README.md ' , $ this ->getFixture ('full_readme.md ' )),
520518 $ this ->callFilePutContent ('README.md ' , $ this ->getFixture ('full_readme_after_using_renovate.md ' )),
521519 );
522520
@@ -780,7 +778,6 @@ public function testRunWithClerkMobileAppWithPintInstalled(): void
780778 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/CREDENTIALS_AND_ACCESS.md ' ), $ this ->getReadmeTemplateContent ('CREDENTIALS_AND_ACCESS.md ' )),
781779 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/CLERK.md ' ), $ this ->getReadmeTemplateContent ('CLERK.md ' )),
782780 $ this ->callFileGetContent ($ this ->generateResourcePath ('md/readme/RENOVATE.md ' ), $ this ->getReadmeTemplateContent ('RENOVATE.md ' )),
783- $ this ->callFilePutContent ('README.md ' , $ this ->getFixture ('default_readme_with_mobile_app.md ' )),
784781 $ this ->callFilePutContent ('README.md ' , $ this ->getFixture ('default_readme_with_mobile_app_after_using_renovate.md ' )),
785782 );
786783
0 commit comments