Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
genius257 authored Jun 10, 2024
1 parent 90dc6a2 commit 75192a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ViewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function testFromFileWithRelativePath()
*/
public function testConstruct()
{
$view = $this->createView();
$this->createView();

// This test only checks that the constructor works, not that it does anything.
$this->assertEquals(1, 1);
Expand Down

0 comments on commit 75192a2

Please sign in to comment.