Skip to content

Commit

Permalink
#2374 - Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Aug 22, 2022
1 parent e57e2f2 commit 3cfa8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Extension/Types/ObjTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ public function testIntFalse(): void

$this->assertNull($class->nullableObjectReturnNull());
$this->assertInstanceOf(stdClass::class, $class->nullableObjectReturnObj());
$this->assertInstanceOf(stdClass::class, $class->objectReturn());
}
}

0 comments on commit 3cfa8a6

Please sign in to comment.