Skip to content

Commit 384246b

Browse files
committed
test: fix namespace assertion
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 341ee30 commit 384246b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/namespace/test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ final public static function exit(): void
4242
Assert::classExists(\Twirp\Tests\Namespace\Proto\HaberdasherAbstractClient::class);
4343
Assert::classExists(\Twirp\Tests\Namespace\Proto\HaberdasherJsonClient::class);
4444
Assert::interfaceExists(\Twirp\Tests\Namespace\Proto\Haberdasher::class);
45+
Assert::exit();

0 commit comments

Comments
 (0)