diff --git a/src/Actions/PublishesHydeViews.php b/src/Actions/PublishesHydeViews.php index f45b6a02..16129117 100644 --- a/src/Actions/PublishesHydeViews.php +++ b/src/Actions/PublishesHydeViews.php @@ -8,7 +8,7 @@ /* * Publish one or more of the Hyde Blade views. -* +* * @see \Tests\Feature\Actions\PublishesHomepageViewTest */ class PublishesHydeViews implements ActionContract diff --git a/tests/Feature/Actions/PublishesHydeViewsTest.php b/tests/Feature/Actions/PublishesHydeViewsTest.php index ad3f9e80..d372b977 100644 --- a/tests/Feature/Actions/PublishesHydeViewsTest.php +++ b/tests/Feature/Actions/PublishesHydeViewsTest.php @@ -19,12 +19,12 @@ protected function setUp(): void deleteDirectory(Hyde::path('resources/views/vendor/hyde')); } - protected function tearDown(): void - { - restoreDirectory(Hyde::path('resources/views/vendor/hyde')); + protected function tearDown(): void + { + restoreDirectory(Hyde::path('resources/views/vendor/hyde')); - parent::tearDown(); - } + parent::tearDown(); + } public function test_execute_method_returns_404_for_invalid_option_key() {