Skip to content

Commit

Permalink
No need to clean up after test since kernel is reset afterwards
Browse files Browse the repository at this point in the history
Benefit of not using static properties :)
  • Loading branch information
caendesilva committed Feb 1, 2023
1 parent f7b0eab commit bb9916e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,5 @@ public function test_site_output_directory_path_is_normalized_to_trim_trailing_s
{
Site::setOutputPath('foo/bar/');
$this->assertEquals('foo/bar', Site::getOutputPath());

Site::setOutputPath('_site');
}
}

0 comments on commit bb9916e

Please sign in to comment.