From fe10886995211b83ee27372819a32a73e8560e1a Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 30 Apr 2022 16:49:30 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- tests/Feature/Commands/HydeRebuildStaticSiteCommandTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/Commands/HydeRebuildStaticSiteCommandTest.php b/tests/Feature/Commands/HydeRebuildStaticSiteCommandTest.php index 3963d6ec..96a4ed73 100644 --- a/tests/Feature/Commands/HydeRebuildStaticSiteCommandTest.php +++ b/tests/Feature/Commands/HydeRebuildStaticSiteCommandTest.php @@ -70,7 +70,6 @@ public function test_rebuild_documentation_page() unlink(Hyde::path('_site/docs/foo.html')); } - public function test_rebuild_blog_post() { // @todo replace with touch once https://github.com/hydephp/framework/issues/211 is fixed