Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 9, 2024
1 parent 218fb97 commit e4f7a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function testInstance():void{
$obj = new Example;

$this::assertInstanceOf(Example::class, $obj);
$this::assertSame('hi', $obj->hello());
}

}

0 comments on commit e4f7a10

Please sign in to comment.