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