Skip to content

Commit

Permalink
Merge pull request #549 from hydephp/develop
Browse files Browse the repository at this point in the history
Bugfix for failing test
  • Loading branch information
caendesilva authored Jun 20, 2022
2 parents 343a1f4 + 11d26e8 commit ed79d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/Services/ValidationServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public function test_check_site_has_an_app_css_stylesheet_can_pass()
public function test_check_site_has_an_app_css_stylesheet_can_fail()
{
rename(Hyde::path('_media/app.css'), Hyde::path('_media/app.css.bak'));
unlinkIfExists(Hyde::path('_site/media/app.css'));
$this->test('check_site_has_an_app_css_stylesheet', 2);
rename(Hyde::path('_media/app.css.bak'), Hyde::path('_media/app.css'));
}
Expand Down

0 comments on commit ed79d61

Please sign in to comment.