Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and sebastianbergmann committed Mar 23, 2024
1 parent a31a745 commit 1fd8cc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/RuntimeTest.php
Expand Up @@ -41,6 +41,11 @@ public function testBinaryCanBeRetrieved(): void
{
$this->assertNotEmpty((new Runtime)->getBinary());
}

public function testRawBinaryCanBeRetrieved(): void
{
$this->assertNotEmpty((new Runtime)->getRawBinary());
}

public function testIsPhpReturnsTrueWhenRunningOnPhp(): void
{
Expand Down

0 comments on commit 1fd8cc7

Please sign in to comment.